Description Usage Arguments Value Examples
Get BIOCARD Data
1 2 3 4 5 6 | get_biocard(
path = "/Users/name/Data/BIOCARD",
pattern = "*.xls",
parameter_file = "par_file.xlsx",
variable_file = "variables.xlsx"
)
|
path |
Location where the biocard data stored |
pattern |
Pattern of the data files |
parameter_file |
Parameters dictionary (could be modified if needed) |
variable_file |
Variables dictionary (could be modified if needed) |
a table with merged biocard data
1 2 3 4 5 | ## Not run:
path = "/Users/name/Documents/R/adbiomarker/Data/BIOCARD"
dt_biocard <- get_biocard(path)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.