load_dataset: Charger un dataset dans R / Load a dataset into R

View source: R/datasets.R

load_datasetR Documentation

Charger un dataset dans R / Load a dataset into R

Description

Charger un dataset dans R / Load a dataset into R

Usage

load_dataset(dataset_id)

Arguments

dataset_id

L'identifiant (ex: 2013, "projection", "coordonnées") / Dataset identifier (e.g., 2013, "projection")

Value

A data.frame (or tibble) containing the census dataset loaded into memory.

Examples


download("projection")
df <- load_dataset("projection")
head(df)


sencensus documentation built on Sept. 26, 2026, 5:06 p.m.