Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Additional R Resources

Books:

Packages:

  • Plotting

    • ggplot2 for static visualization
    • plotly for interactive visualization
    • leaflet for interactive mapping
  • Data Importing

    • readr for reading .csv and fwf files.
    • readxl for reading .xls and .xlsx files.
    • haven for SAS, SPSS, and Stata files.
  • Data Shaping

    • dplyr for manipulating data.
    • tidyr for tidying data.
    • reshape for casting and melting data
    • stringr for working with strings.
    • lubridate for working with date/times.
    • purrr for functional programming
  • Machine Learning: