Skip to contents

This function creates an rtoi object for a specific region, according to the rsat package.

Usage

create_rtoi(region)

Arguments

region

an object of class Region. The region of interest.

Value

A data.frame with the requested data.

Details

create_rtoi() is a wrapper function, calling the new_rtoi() function from the rsat package. Both the db_path and rtoi_path are created inside a temporary directory, using tempdir().

See also

Examples

if (FALSE) {
create_rtoi("nebraska")
}