import_csv | R Documentation |
import_csv
import_csv(file_list, package, ...)
file_list |
full path list files |
package |
from data.table, vroom or readr |
... |
other parameters in three packages |
a data.table format
#test <- import_csv(file_list, package = "data.table", header = T, skip = 0) #test <- import_csv(file = file_list, package = "data.table",header = F) #test <- import_csv(file = file_list, package = "vroom", col_names = T) #test <- import_csv(file = file_list, package = "readr", col_names = T, col_types = "dcddcddddc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.