get_biocard: Get BIOCARD Data

Description Usage Arguments Value Examples

View source: R/get_biocard.R

Description

Get BIOCARD Data

Usage

1
2
3
4
5
6
get_biocard(
  path = "/Users/name/Data/BIOCARD",
  pattern = "*.xls",
  parameter_file = "par_file.xlsx",
  variable_file = "variables.xlsx"
)

Arguments

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)

Value

a table with merged biocard data

Examples

1
2
3
4
5
## Not run: 
path = "/Users/name/Documents/R/adbiomarker/Data/BIOCARD"
dt_biocard <- get_biocard(path)

## End(Not run)

Thewhey-Brian/adbiomarker documentation built on Oct. 14, 2020, 4:25 p.m.