View source: R/0_data_construction.R
get_data | R Documentation |
Assemble data from dataset and return in list
get_data( which, variables = "default", observations = "default", output, output.type = "tibble_inlist", observations.set, dataset )
which |
specific name of data type |
variables |
selected variables |
observations |
selected observations |
output |
name to save in list |
output.type |
output type (default = "tibble_inlist"; combination of "tibble", "data.frame" or "matrix" to define data type and "_inlist" or "" if data should be put into a list or not) |
observations.set |
set of observations |
dataset |
dataset name or number |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.