-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.Rmd
33 lines (25 loc) · 1.74 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: "R Function A Day"
author: '<a class="text-light" href="https://sites.google.com/site/indrajeetspatilmorality/">Indrajeet Patil</a>'
date: "`r Sys.Date()`"
site: bookdown::bookdown_site
documentclass: book
url: https://bookdown.org/IndrajeetPatil/R-Function-A-Day-book/
cover-image: "images/cover.jpg"
description: |
"A book that collects (and provides an easy way to access and search) tweets from *R Function A Day* [account](https://twitter.com/rfunctionaday) that I created and maintained as a hobby project for 1 year (from 24.01.2021 to 24.01.2022)."
github-repo: "IndrajeetPatil/R-Function-A-Day-book"
keywords: "CRAN, R, Book, Data Science"
# bibliography: [book.bib, packages.bib] # no references
# biblio-style: apalike # no references
# csl: chicago-fullnote-bibliography.csl # no references
---
# About {-}
A book that collects (and provides an easy way to access and search) tweets from *R Function A Day* [account](https://twitter.com/rfunctionaday) that I created and maintained as a hobby project for 1 year (from **24.01.2021** to **24.01.2022**).
There are 365 posts^[Actually, there are 366 posts to be exact. But I accidentally wrote about one function on two separate occasion, so I count them as one post. It's a fun game to find which one 😉] in this book, one for each day.
---
<p align="center"> ⚠️⚠️ <b>Note Before</b> ⚠️⚠️ </p>
Since the tweets are embedded, the web browser will be slow to load them. So please be patient.
Apologies for these performance issues.
---
If you find that the embedded tweet is assigned to wrong date in the book, or if you wish to add something or change something about the book layout, please file an [issue on GitHub](https://github.com/IndrajeetPatil/R-Function-A-Day-book/issues).