print_stars | R Documentation |
print stars or dimensions object
## S3 method for class 'dimensions'
as.data.frame(
x,
...,
digits = max(3, getOption("digits") - 3),
usetz = TRUE,
stars_crs = getOption("stars.crs") %||% 28,
all = FALSE
)
## S3 method for class 'dimensions'
print(x, ...)
## S3 method for class 'stars'
print(x, ..., n = 1e+05, abbrev = 30)
x |
object of class stars or of class dimensions |
... |
passed on to |
digits |
number of digits to print numbers |
usetz |
logical; used to format |
stars_crs |
maximum width of string for CRS objects |
all |
logical; if |
n |
when prod(dim(x)) > 10 * n, the first n cells are used for attribute summary statistics |
abbrev |
number of characters to abbreviate attribute names to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.