read_ucimlr: Read a dataset from the UCI Machine Learning Repository into...

Description Usage Arguments Examples

View source: R/read_ucimlr.R

Description

Read a dataset from the UCI Machine Learning Repository into a data frame

Usage

1
read_ucimlr(dataset, col_names = TRUE, read_as = "df")

Arguments

dataset

The name of the dataset that you want to read

col_names

Should column names be included? Default is TRUE

read_as

The format that should be returned. Default is 'df'

  • 'df' Return a data frame

  • 'tbl' Return a tbl (see package tibble)

  • 'task' Return a task (see package mlr)

  • 'list' Return a data list containing elements data and properties

Examples

1
blog <- read_ucimlr("blog")

Prometheus77/ucimlr documentation built on Jan. 16, 2020, 1:43 p.m.