Description Usage Arguments Value Examples
'get_varnames'Uses the output of get_locations function and returns the list of all variable names in available data.
1 | get_varnames(location = NULL, forms = NULL, years = NULL)
|
location |
A tibble from get_locations function. If left blank, uses get_location with no specified parameters. |
forms |
A character vector with forms of interest, in the following form c("v11",v"12") etc., where the number specifies form number. For form numbers, consult forms_codes(). |
binary: |
print boolean (TRUE) or counts (FALSE) for repeated observations |
a list of values indicating files with repeated rows
1 2 | mymap <- get_locations("E:/EDU/Data/data/MSMT/")
get_varnames(location = mymap, forms = "v11")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.