Publications by Daryl Lim
Apache Arrow R Solutions
1 Hello Apache Arrow R Cookbook library(tidyverse) Registered S3 methods overwritten by 'dbplyr': method from print.tbl_lazy print.tbl_sql ── Attaching packages ────────────────────────────────────────────────────�...
24935 sym R (29966 sym/120 pcs)
Highcharter Gantt Demos
1 Hello Highcharts Gantt highcharter by Joshua Kunst # Load packages library(tidyverse) Registered S3 methods overwritten by 'dbplyr': method from print.tbl_lazy print.tbl_sql ── Attaching packages ────────────────────────────────────────�...
25488 sym R (18671 sym/18 pcs)
Leaflet Maps
1 Hello # Load packages library(tidyverse) library(leaflet) 2 Introduction Leaflet for R 2.1 Leaflet map # Map leaflet() %>% addTiles() %>% addMarkers(lng = 174.768, lat = -36.852, popup = "The birthplace of R") 3 Map Widget 3.1 Minimum / maximum zoom level # Map leaflet(options = leafletOptions(minZoom = 0, ...
30254 sym R (17992 sym/50 pcs)
Highcharter Demos
Hello Let’s create charts with highcharter. We’ll use data from the Highcharts Demos and the available data sets loaded with the following packages. # Load packages library(tidyverse, quietly = TRUE) ## ── Attaching packages ──────────────────────────────────────�...
1879 sym R (115037 sym/101 pcs)
Highcharter Stock Demos
1 Hello Let’s create stock charts with highcharter. # Load libraries library(tidyverse) library(lubridate) library(highcharter) library(quantmod) 2 General 2.1 Stock chart # Stock chart # Demo data aapl <- getSymbols("AAPL", from = Sys.Date() - lubridate::years(1), auto.assign = FALSE) aapl <- adjustOHL...
34396 sym R (25005 sym/38 pcs)
Highcharter Maps Demos
1 Hello Let’s create maps with highcharter. # Load libraries library(tidyverse) library(lubridate) library(highcharter) library(viridisLite) library(gapminder) # Get map data mapdata <- get_data_from_map(download_map_data("custom/world")) trying URL 'https://code.highcharts.com/mapdata/custom/world.js' Content type 'text/javascript' length 1903...
19091 sym R (17823 sym/30 pcs)
World Happiness Report 2022
World Happiness Report 2022 Daryl Lim Column Happiness Map Column Average Life Evaluation Explained by six Factors --- title: "World Happiness Report 2022" author: "Daryl Lim" output: flexdashboard::flex_dashboard: orientation: columns vertical_layout: fill source_code: embed --- ```{r setup, include=FALSE} library(fl...
182 sym R (7954 sym/1 pcs)
Apple stock
Apple stock Daryl Lim Column AAPL Historical --- title: "Apple stock" author: "Daryl Lim" output: flexdashboard::flex_dashboard: orientation: columns vertical_layout: fill source_code: embed --- ```{r setup, include=FALSE} library(flexdashboard) library(dplyr) library(quantmod) library(highcharter) ``` Column {data-widt...
92 sym R (2197 sym/1 pcs)
Global Carbon Emissions
Global Carbon Emissions Daryl Lim Map 2021 Chart 2021 Time Series 1960 - 2021 --- title: "Global Carbon Emissions" author: "Daryl Lim" output: flexdashboard::flex_dashboard: source_code: embed theme: bootstrap --- ```{r setup, include=FALSE} library(flexdashboard) library(tidyverse) library(readxl) library(highcharter) l...
157 sym R (6277 sym/1 pcs)
Environmental Performance Index 2022
Environmental Performance Index 2022 Daryl Lim Map 2022 Chart 2022 Trend 2012 - 2022 Tables Column EPI Score & Trend Column Overview --- title: "Environmental Performance Index 2022" author: "Daryl Lim" output: flexdashboard::flex_dashboard: orientation: columns source_code: embed theme: bootstrap --- ```{r setu...
220 sym R (7494 sym/1 pcs)