| print.external_schema | R Documentation |
Display the column mappings, declared units, and default grouping levels stored in an "external_schema" object.
## S3 method for class 'external_schema'
print(x,
...)
x |
An |
... |
Additional arguments accepted for S3 compatibility and ignored by this method. |
The input "external_schema" object, returned invisibly.
Wilson Lara [aut, cre] (ORCID: <https://orcid.org/0000-0003-3527-1380>), Cristobal Ordonez [aut] (ORCID: <https://orcid.org/0000-0001-5354-3760>), Aitor Vázquez-Veloso [aut] (ORCID: <https://orcid.org/0000-0003-0227-506X>), Felipe Bravo [aut] (ORCID: <https://orcid.org/0000-0001-7348-6695>)
sch <- new_external_schema(
colmap = list(plot = "plot_id", d = "dbh_mm", h = "height_m"),
units = list(d = "mm", h = "m"),
levels = "plot_id"
)
print.external_schema(sch)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.