import_sre: Import SRE dataset

Description Usage Arguments Value Examples

Description

Import SRE dataset

Usage

1
import_sre(from_csv = FALSE, raw = FALSE)

Arguments

from_csv

Load from CSV or RData. Logical.

raw

Import data without refactoring or standardizing.

Value

data.frame

Examples

1
2
3
import_sre()         # load from compressed RData
import_sre(TRUE)     # reload from package CSV data
import_sre(raw=TRUE) # load without refactoring and scaling.

iamamutt/SRE documentation built on May 8, 2019, 3:12 a.m.