Overview

Column

Map

Column

Filters

Data

Data table

Column

###Bus data scraped with curl

Data was scraped with curl command run by R.

Information

Data information

The data used here is taken from 公共交通オープンデータセンターPublic Transportation Open Data Center: Fatal Force website which provides open source data related to transportation in Japan. With using dedicated APIs, you can enjoy the data scraping for analysis.

Before you use it, you have to subscribe to take the key here.

Background

Public trasnportation data is useful to learn the data analysis.

Other information

This dashboard was developed by DiNOV on 24th April 2021.

This dashbaord was developed using R Studio and the following packages:

  • RMarkdown for reproducable analysis in quality documents
  • flexdashbaord for formatting in RMarkdown
  • DT for interactive tables
  • crosstalk for interactive html widgets in RMarkdown

Thanks to Matt Dray for the excellent guidence. ```