get_raw_dss | R Documentation |
get_raw_dss() is a Get function that extracts data from an object. Specifically, this function implements an algorithm to get raw datasets. The function returns Dataset (a list).
get_raw_dss(paths_chr, names_chr, read_fn = read.csv)
paths_chr |
Paths (a character vector) |
names_chr |
Names (a character vector) |
read_fn |
Read (a function), Default: read.csv |
Dataset (a list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.