dd_get: Return or open data dictionary

Description Usage Arguments Note Author(s) Examples

View source: R/dd_get.R

Description

Returns a PMA data dictionary as a tibble or, if specified, opens it in Excel.

Usage

1

Arguments

sample

A PMA sample listed in Samples.xlsx

open

Logical: defaults FALSE. If TRUE, the data dicitonary will be opened in Excel and not returned.

Note

Users should note that additional functions for data dictionaries can be accessed via py$DataDicationary() (see py). Consult ipums-metadata library documentation for a complete list of available functions.

Author(s)

Matt Gunther

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
# Default: return Data Dictionary as a tibble
dd_get("et2014a_hh") 

# Open Data Dictionary in Excel:
dd_get("et2014a_hh", open=T) 


## End(Not run)

mgunther87/ipumsPMA documentation built on Aug. 1, 2020, 12:22 a.m.