79089966

Date: 2024-10-15 12:42:50
Score: 4
Natty: 4.5
Report link

crear un vector con los datos de las columnas

labels <- attr(data, "variable.labels")

convertir el vector a marco de datos

labels_df <- data.frame(variable = names(labels), label = as.character(labels))

Reasons:
  • Blacklisted phrase (2): crear
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: David Schomwandt