examples_url {adas.utils} | R Documentation |
Examples URL
Description
Provides the URL for the desired example data, so that it can be more easily downloaded.
Usage
examples_url(example)
Arguments
example |
data file name |
Value
the full URL for the desired example
Examples
examples_url("battery.dat") |> read.table(header=TRUE)
[Package adas.utils version 1.2.0 Index]