check_availability: Check download availability of records

View source: R/check_availability.R

check_availabilityR Documentation

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).

Note

To use this function, you must be logged in at the services required for your request. See the examples and login for details.

Author(s)

Jakob Schwalb-Willmann


16EAGLE/getSpatialData documentation built on June 9, 2022, 11:28 a.m.