#' @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)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.