rs_products {appeears}R Documentation

AppEEARS dataset list

Description

Returns a data frame of available data products

Usage

rs_products()

Value

returns a data frame with the AppEEARS datasets

Author(s)

Koen Hufkens

See Also

rs_set_key rs_transfer rs_request

Examples


# 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()
}

[Package appeears version 1.1 Index]