Learn R Programming

appeears (version 1.2)

rs_products: AppEEARS dataset list

Description

Returns a data frame of available data products

Usage

rs_products()

Arguments

Value

returns a data frame with the AppEEARS datasets

Author

Koen Hufkens

See Also

rs_set_key rs_transfer rs_request

Examples

Run this code

# is the server reachable
server_check <- appeears:::rs_running(
 file.path(appeears:::rs_server(),"product")
)

# get a list of datasets
if(server_check){
 products <- rs_products()
}

Run the code above in your browser using DataLab