Learn R Programming

adas.utils (version 1.0.0)

examples_url: Examples URL

Description

Provides the URL for the desired example data, so that it can be more easily downloaded.

Usage

examples_url(example)

Value

the full URL for the desired example

an URL string

Arguments

example

data file name

Examples

Run this code
examples_url("battery.dat") |> read.table(header=TRUE)

Run the code above in your browser using DataLab