R/remind_me.R

Defines functions remind_me

#' @export
remind_me <- function(){
  book_list <- "Here are the last 5 books from your reading list: \n
         1. 'Cruel Optimism' by Lauren Berlant \n
         2. 'Do What You Love and Other Lies' by Miya tokumitsu \n
         3. 'The Refusal of Work' by David Frayne \n
         4. 'Inventing the Future: Postcapitalism and a World Without Work' by Nick Srnicek \n
         5. 'Thinking In Systems' by Donella Meadows"
  cat(book_list)
}
JTPetter/Jonas321CourseAssignmentPackage documentation built on Jan. 28, 2022, 12:40 a.m.