read | R Documentation |
Basic function to read in a file
read(
.file,
.col_names = FALSE,
.col_select = everything(),
.name_repair = "unique"
)
.file |
Path to a local file. |
.col_names |
Copied from vroom. |
.col_select |
Copied from vroom. |
.name_repair |
Copied from vroom. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.