In-class_Ex05

Author

Alicia

Published

May 13, 2023

Modified

May 13, 2023

Getting Started

Installing and launching R packages

Show the code
pacman::p_load(jsonlite, igraph, tidygraph, ggraph, 
               visNetwork, lubridate, clock,
               tidyverse, graphlayouts)

Importing the data

Show the code
MC1 <- fromJSON("data/MC1.json")