| Title: | Benchmark Data for the 'dtlg' Package |
|---|---|
| Description: | A set of datasets to support benchmarking with the package dtlg. |
| Authors: | Max Ebenezer-Brown [aut], Ramiro Magno [aut, cre] (ORCID: <https://orcid.org/0000-0001-5226-3441>), Ascent Digital Services [cph, fnd] (https://www.ascent.io) |
| Maintainer: | Ramiro Magno <[email protected]> |
| License: | CC BY 4.0 |
| Version: | 0.2.0 |
| Built: | 2026-05-11 07:40:32 UTC |
| Source: | https://github.com/AscentSoftware/dtlg.data |
dataset() returns one of the datasets bundled with
dtlg.data.
dataset(name)dataset(name)
name |
A dataset name. See datasets for a listing of available options. |
A bundled dataset as a tibble.
dataset("adsl_small")dataset("adsl_small")
datasets is a table listing datasets bundled with
dtlg.data. Data is generated with the
random.cdisc.data package.
Use the name field as input to dataset() to retrieve that dataset into
memory.
datasetsdatasets
A tibble of bundled datasets of 4 variables:
nameName of the dataset.
nrowNumber of observations in the dataset.
ncolNumber of variables in the dataset.
descriptionBrief description of the dataset.
datasetsdatasets
label() gets the attached label to an object.
label(x)label(x)
x |
An R object. |
The label attribute (string) associated with object passed in x or
NULL if the label attribute does not exist.
label(1) label(with_label(1, "my label"))label(1) label(with_label(1, "my label"))
Add a label attribute to an object
with_label(x, label)with_label(x, label)
x |
An R object. |
label |
A label provided as a single string. |
x labeled by label.
label(1) label(with_label(1, "my label"))label(1) label(with_label(1, "my label"))