Description Usage Arguments Value Examples
If there is no file booklog.csv in the current working directory, a new file is created.
1 |
title |
A character string with the title of the book. Must be quoted. |
author |
A character string with the author of the book. Must be quoted. Defaults to NA. |
date |
The date the book was finished, in the format YYYY-MM-DD. Defaults to Sys.Date(). |
rating |
A numeric rating between 1 and 10. Defaults to NA. |
notes |
A character string with any notes about the book. Defaults to NA. |
Returns a data frame containing the entry which was written to booklog.csv.
1 | booklog("Harry Potter and the Goblet of Fire", "J. K. Rowling", rating = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.