View source: R/helpers_dataset.R
| attach_dataset_metadata | R Documentation |
Attaches standardized metadata attributes to a dataset. Consolidates metadata attachment logic used across all dataset functions.
attach_dataset_metadata(
data,
source = c("web", "github", "bundled"),
category = NULL,
extra_info = list()
)
data |
Data frame or tibble. The dataset to attach metadata to. |
source |
Character. Data source: |
category |
Character or NULL. Dataset category/table name. |
extra_info |
List. Additional metadata to include in download_info. |
The data with metadata attributes attached.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.