Authenticate and retrieve a list of all available datasets

list_image_sets(project = NULL, error = FALSE)

Arguments

project

optional, called from other functions in order to figure out if a project is public

error

Should function error if httr::GET failed

Value

Dataframe of NITRC projects

Examples

## List all available NITRC projects
if (FALSE) list_image_sets()