RStudio
2021-01-07
1 / 1
data-analysis
Heart_rate_data_analysis1
Kazu Nozue
/
2021-01-01
library(XML) library(tidyverse) library(lubridate) library(scales) library(ggthemes) Reading downloaded health data from an Apple watch. path="/Volumes/data_personal/Kazu_blog/resources" #zip <- paste(path, 'export_Mana_101320.zip', sep = '/') zip <- paste(path, …
data-analysis
Slide presentation in R with xarigan package
Kazu Nozue
/
2019-01-30
As an audience of a seminar, it is difficut to follow presentation when screen is scrolling down that happens in regular websites. Esay convertion from RMarkdown to slides are described in Rmarkdown book. To make slides for presentation of your RMarkdown documents, xarigan package developed by Yihui …