import_delim_file | R Documentation |
Process tibble of file contents
import_delim_file(file, content, info)
file |
output of |
content |
vector: first and last column of content; default 2 to end |
info |
column containing information; default none |
tibble: renamed and cleaned file contents
## Not run: path <- system.file("extdata", "ex_anno.csv", package = "E.PAGE") file <- import_delim_path(path, ",", TRUE) data <- import_delim_file(file, c(2, 4), 5) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.