raw_data | R Documentation |
actverse
raw datasetsactverse
comes bundled with raw datasets for testing and learning
purposes. raw_data()
makes it easy to access their paths.
raw_data(file = NULL)
file |
(optional) a |
If file == NULL
, a character
object with all file
names available. Else, a string with the file name path.
Other utility functions:
aggregate_index()
,
find_epoch()
,
read_acttrust()
,
write_acttrust()
## To list all raw data file names available
raw_data()
## To get the file path from a specific raw data
raw_data("acttrust.txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.