Learn R Programming

rsat (version 0.1.21)

print,api_dataspace-method: Prints the values

Description

prints an object and returns it invisibly (via invisible(x)).

Usage

# S4 method for api_dataspace
print(x)

# S4 method for api_lpdaac print(x)

# S4 method for api_usgs print(x)

# S4 method for extent_crs print(x)

# S4 method for records print(x)

# S4 method for rtoi print(x)

# S4 method for variables print(x, ...)

Value

prints rtoi metadata

Arguments

x

an object to be printed..

...

additional arguments.

Examples

Run this code
if (FALSE) {
library(rsat)

# load example rtoi
file.copy(from=system.file("ex/Navarre",package="rsat"),
         to=tempdir(),
         recursive = TRUE)

navarre <- read_rtoi(file.path(tempdir(),"Navarre"))

print(navarre)

# get records
rcrds <- records(navarre)

print(rcrds)
}

Run the code above in your browser using DataLab