forked from rafalab/BigBookofR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
77 lines (42 loc) · 2.27 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
---
title: "Big Book of R"
author: "Oscar Baruffa"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
bookdown::gitbook:
includes:
in_header: [google-analytics.html, external-links.html]
config:
toc:
before: |
<br/><center><b><a href="./index.html">  Big Book of R</a></b></center></li>
after: |
<li><center><a href="https://bookdown.org/yihui/bookdown/">
Published with bookdown</a></center></li>
bookdown::gitbook: default
site: bookdown::bookdown_site
---
# Welcome :)
## Your last-ever bookmark
Thanks for stopping by. If you're like me, you can't help but bookmark every R-related programming book you find in the hopes that one day you, or someone you know, might find it useful.
I've been collecting these for about 2 years now, totaling about 100 books, and thought I'd share it with you :).
Hopefully this is the only bookmark you'll need in future ;).
Most of these are free, some are paid (most are very affordable).
## Searching
If there's something specific you're looking for, use the menu or search using the magnifying glass icon at the top of the screen.
## Contributing
This book could still do with a lot of work, and is hosted on [github.](https://github.com/oscarbaruffa/BigBookofR)
The first thing I could use help with is filling out the descriptions of each book.
The format is this:
**\#\# [Name of book]**
**[Author] -link to twitter bio / blog**
**[Brief description of content]**
**(link to book)**
You can also submit any books not yet included. Sometimes it's difficult to know in which chapter to place it, but I default to using either the name of the book as a guide, the first bit of how the book describes itself or failing that, what I think it should be.
## Contributors
If you've contributed, add your name and twitter / blog link below!
[Oscar Baruffa](https://twitter.com/OscarBaruffa)
## Licence
This website/book is free to use, and is licensed under the [Creative Commons Attribution-NonCommercial-NoDerivs 3.0 License](https://creativecommons.org/licenses/by-nc-nd/3.0/us/){target="blank}.
## About me
I'm Oscar. Fairly new to R and loving it. If you like this book, feel free to say "Hi!" on [Twitter](https://twitter.com/OscarBaruffa).