zaynaib / rdemo_r2d3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This repo contains demos the D3 for R Users workshop.

The r2d3 is an R package that allows you to embed D3 visualizations inside of your R workflow. You can put D3.js visualizations inside your R markdownd reports, shiny applications, R notebooks, etc.

It does this by import data from R into D3.js scripts. In order to use this package you will need to understand the fundamentals of D3.js. D3.js has a steep learning curve on its own. Ideally you will have an understanding of web fundamentals i.e. HTML, CSS, and beginner level JavaScript. Since r2d3 package allows RStudio to be a web serve it means you can focus on learning the D3.js API.

I've provided a list of resources and examples of me using the r2d3 package in this repo.

r2d3 plays guitar

R2D3 Workshop slides

Dependencies need to run the R Scripts include :

  • r2D3
  • jsonlite

Resources

Web Fundamentals

Free Code Camp

Dr. Angela Yu - The complete 2021 Web Development Bootcamp

D3 Fundamentals

Curran Kelleher Datavis 2020 Course

FullStack D3 and Data Visualization

D3 in Depth

David Walsh Blog - 5 Crucial Concepts for Learning d3.js

D3.js Gallery

About


Languages

Language:JavaScript 86.5%Language:R 13.0%Language:CSS 0.4%