Data block constructor
new_dataset_block.Rd
This block allows to selected data from a package, the default being datasets.
Usage
new_dataset_block(dataset = character(), package = "datasets", ...)
Arguments
- dataset
Selected dataset
- package
Name of an R package containing datasets
- ...
Forwarded to
new_block()