read_adv: Read and pre process the raw data

Description Usage Arguments Value Examples

Description

Read and pre process the raw data

Usage

1
read_adv(path_raw, path_raw_header)

Arguments

path_raw

A character string with the path of the raw data file.

path_raw_header

A character string with path of header file for the raw data.

Value

A data frame with pre-processed raw data

Examples

1
2
3
get_data("demo")
adv_data <- read_adv(path_raw = "demo/data_sample.csv", 
    path_raw_header = "demo/data_header.csv")

pzhaonet/advr documentation built on May 13, 2019, 3:02 a.m.