Description Usage Arguments Value Examples
Process tibble of file contents
1 | 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
1 2 3 4 5 6 | ## Not run:
path <- system.file("extdata", "ex_anno.csv", package = "glacier")
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.