Learn R Programming

getSpatialData (version 0.1.0)

check_availability: Check download availability of records

Description

check_availability checks for each record whether it is available for direct download (can be downloaded instantly) or not (and thus must be ordered before download).

Usage

check_availability(records, verbose = TRUE)

Arguments

records

records data frame, containing one or multiple records (each represented by one row), as returned by get_records

verbose

logical, whether to display details on the function's progress or output on the console.

Value

A data frame of records (as defined with argument records), extended by a column download_available (logical).