Description Usage Arguments Value Examples
Import SRE dataset
1 | import_sre(from_csv = FALSE, raw = FALSE)
|
from_csv |
Load from CSV or RData. |
raw |
Import data without refactoring or standardizing. |
data.frame
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.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.