tor_example {tor}R Documentation

Easily access example data.

Description

Easily access example data.

Usage

tor_example(path = NULL)

Arguments

path

Length-1 character vector. A path to an available directory.

Value

A character string listing available directories or a length-1 string giving a path to a directory.

Author(s)

Copied from readr_example() from the readr package, by Jim Hester and colleagues.

Examples

tor_example()

tor_example("csv")

dir(tor_example("csv"))

[Package tor version 1.1.2 Index]