print stars or dimensions object
# S3 method for dimensions
as.data.frame(
x,
...,
digits = max(3, getOption("digits") - 3),
usetz = TRUE,
stars_crs = getOption("stars.crs") %||% 28,
all = FALSE
)# S3 method for dimensions
print(x, ...)
# S3 method for stars
print(x, ..., n = 1e+05, abbrev = 30)
object of class stars or of class dimensions
passed on to as.data.frame.dimensions
number of digits to print numbers
logical; used to format PCICt
or POSIXct
values
maximum width of string for CRS objects
logical; if TRUE
print also fields entirely filled with NA
or NULL
when prod(dim(x)) > 10 * n, the first n cells are used for attribute summary statistics
number of characters to abbreviate attribute names to