View source: R/NSR_data_dictionary.R
NSR_data_dictionary | R Documentation |
Returns information from the NSR data dictionary
NSR_data_dictionary(native_status = FALSE, ...)
native_status |
Logical. If FALSE(Default) returns information on fields. If TRUE, returns information on Native Status categories. |
... |
Additional arguments passed to internal functions. |
Data.frame containing requested data dictionary contents.
{
NSR_fields <- NSR_data_dictionary()
status_codes <- NSR_data_dictionary(native_status = TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.