Description Usage Arguments Value Examples
Import delimited database file into glacier-specific format
1 | import_database(path, delim, header, content = NULL, info = NULL)
|
path |
path to file |
delim |
file delimiter, usually |
header |
whether file contains header |
content |
vector: first and last column of content; default 2 to end |
info |
column containing information; default none |
glacier-specific imported database
1 2 | data_path <- system.file("extdata", "ex_data.csv", package = "glacier")
data <- import_database(data_path, ",", FALSE, c(2, 4), 0)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.