Learn R Programming

aopdata (version 1.0.3)

aopdata_dictionary: aopdata data dictionary

Description

Opens aopdata data dictionary on a web browser. This function requires internet connection.

Usage

aopdata_dictionary(lang = "en")

Value

Opens aopdata data dictionary on a web browser

Arguments

lang

Character. Language of data dictionary. It can be either "en" for English (default) or "pt" for Portuguese.

Examples

Run this code
if (FALSE) { # identical(tolower(Sys.getenv("NOT_CRAN")), "true")

# Data dictionary in English
aopdata_dictionary(lang='en')

# Data dictionary in Portuguese
aopdata_dictionary(lang='pt')
}

Run the code above in your browser using DataLab