git
2021-01-07
1 / 1
data-analysis
Interactive app for time-course data of your kids' meet scores
Kazu Nozue
/
2018-11-06
Shiny package in R language can create a fantastic application in interactive mode using a browser (for free!). In an example below, you can download data file for four years of figure records in US junior olympics of synchronized swimming (public available data from USA synchro web site, compiled …
data-analysis
Merging two branches in Git
Kazu Nozue
/
2018-10-12
Here is a simple example using RStudio. […] Initial commit. (“1st commit”) […] 2nd commit (“koi no yokan”) […] 3rd commit (“Tsuki ni nureta futari”) […] 4th commit (“Mayonaka Sugi no koi”) […] Making branch1 …