rs_products: AppEEARS dataset list

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

appeears documentation built on Sept. 15, 2023, 5:06 p.m.