Learn R Programming

eiopaR (version 0.1.1)

get_options: Options available

Description

Returns the available options for a specific field.

Usage

get_options(field)

Arguments

field

a string like "region", "year" or "month"

Value

A vector of type "character": the list of the available options for field.

Examples

Run this code
# NOT RUN {
get_options("region")
# }

Run the code above in your browser using DataLab