| import_files | R Documentation |
imports files #'
import_files(path, filetype = "tsv", col_names = TRUE)
path |
path where the files are present |
filetype |
example: "tsv" "csv", default set to tsv |
col_names |
TRUE if first row is the header, the default |
## Not run:
quiet(cat("test"))
quiet(warning("test"))
quiet(warning("test"), all=T)
## End(Not run)
# This is a function that suppresses log info
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.