Returns a data frame of available data products

rs_products()

Value

returns a data frame with the AppEEARS datasets

Author

Koen Hufkens

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