Description Usage Arguments Value Examples
This is just a wrapper around read.csv to read booklog.csv into a data frame.
1 | read_booklog(file = "booklog.csv", ...)
|
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. |
Returns a data frame with the contents of booklog.csv.
1 | blg <- read_booklog()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.