# template elements
2018-04-25
Bobae Kang
(Bobae.Kang@illinois.gov)
Source: AZ Quotes
Source: Wikimedia Commons
15 min rule: when stuck, you HAVE to try on your own for 15 min; after 15 min, you HAVE to ask for help.- Brain AMA pic.twitter.com/MS7FnjXoGH
— Rachel Thomas (@math_rachel) August 14, 2016
Error in some_function() : could not find function "some_function"
# these are equivalent
?some_function
help(some_function)
?
followed by the function name or help()
brings out the documentation if availableSource: Google.com
Source: R Project
CRAN package page example (dplyr
)
help()
documentations in a pdf formatvignette("package")
on consolerstudio::conf
, are also made available.Pacakge | Description | URL |
---|---|---|
ggplot2 |
For data visualization | http://ggplot2.tidyverse.org/ |
dplyr |
For data manpulation | http://dplyr.tidyverse.org/ |
tidyr |
For tidying up data | http://tidyr.tidyverse.org/ |
readr |
For data implort/export | http://readr.tidyverse.org/ |
purrr |
For better loops | http://purrr.tidyverse.org/ |
tibble |
For extending data.frame |
http://tibble.tidyverse.org/ |
stringr |
For working with strings | http://stringr.tidyverse.org/ |
forcats |
For working with factors | http://forcats.tidyverse.org/ |
readxl |
For importing Excel files | http://readxl.tidyverse.org/ |
haven |
For SPSS, SAS, and Stata data | http://haven.tidyverse.org/ |
lubridate |
For working with datetimes | http://lubridate.tidyverse.org/ |
magrittr |
For specialized pipe oprators | http://magrittr.tidyverse.org/ |
htmlwidgets
for R website presents brief descriptions and examples for various packages for incorporating interactive widgets into R ecosystem
htmlwidgets
packages include:
plotly
and highcharter
for interactive visualizationsleaflet
for interactive mapsDT
for interactive data tablesVisit the bookdown
package website to find many more free online books on R!
R for Data Science
Source: R for Data Science
And, of course, this workshop's website :)
Source: GitHub
“GitHub is a development platform inspired by the way you work. From open source to business, you can host and review code, manage projects, and build software alongside millions of other developers.” - GitHub.com
Github repository example (dplyr
)
Source: worldview.stanford.edu
Source: Giphy
References
icjiar
packageSource: Giphy
Source: Giphy