get_dffs | R Documentation |
Leer uno o más data.frame
get_dffs(file, ...)
file |
character: nombre del archivo |
... |
nombres de los data.frame o vector tipo character con los nombres. Si ausente, se leen todos los data.frame en el archivo. |
Es alias de la función get_off
con argumento
"data.frame" en el parámetro "class", pero con el parámetro
"file" al inicio. Más de un data.frame devueltos en una lista.
data.frame, lista de data frames o NULL
eddy castellón
get_off
## Not run:
list_dff("path/file")
# "df1", "df2"
x <- get_dffs("path/file", df2)
y <- get_dffs("path/file", df2, df1)
z <- get_dffs("path/file")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.