get_data {rchallenge} | R Documentation |
Get dataset value.
Description
Get dataset value.
Usage
get_data(name = "german", package = "rchallenge", envir = environment(), ...)
Arguments
name |
string. name of the dataset. |
package |
string. name of the package to look in for dataset. |
envir |
the environment where the data should be loaded. |
... |
additional arguments to be passed to |
Value
The value of the dataset
See Also
[Package rchallenge version 1.3.4 Index]