| load_dataset | R Documentation |
Charger un dataset dans R / Load a dataset into R
load_dataset(dataset_id)
dataset_id |
L'identifiant (ex: 2013, "projection", "coordonnées") / Dataset identifier (e.g., 2013, "projection") |
A data.frame (or tibble) containing the census dataset loaded into memory.
download("projection")
df <- load_dataset("projection")
head(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.