import_dataset: Import dataset

Description Usage Arguments Value Examples

View source: R/import_dataset.R

Description

Imports a dataset

Usage

1

Arguments

path

Character vector of length 1. The path to the dataset. Defaults to "./dataset.csv", i.e. it looks for a file called dataset.csv in the current working directory.

Value

A tibble.

Examples

1
2
3
4
## Not run: 
import_dataset()

## End(Not run)

martingerdin/reporter documentation built on Aug. 28, 2020, 12:05 a.m.