read_booklog: Read booklog.csv into a Data Frame

Description Usage Arguments Value Examples

View source: R/read_booklog.R

Description

This is just a wrapper around read.csv to read booklog.csv into a data frame.

Usage

1
read_booklog(file = "booklog.csv", ...)

Arguments

file

A character string containing the name of the file to be read in, or a file connection. Defaults to booklog.csv.

...

Further arguments to be passed to read.csv.

Value

Returns a data frame with the contents of booklog.csv.

Examples

1
blg <- read_booklog()

ricompute/bookr documentation built on May 27, 2019, 8:50 a.m.