knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

openNDB

NDBオープンデータを可視化・分析しやすい形にするパッケージです。

tidy化したものをcsv/parquet形式で配布しています。パッケージはtidy化のコードを公表し、再現性を担保するためのものです。

現在、処方薬数量のtidyデータ版を公開しています。

Installation

You can install the development version from GitHub repository with:

# install.packages("devtools")
devtools::install_github("Vintea01/openNDB")

Example

This is a basic example which shows you how to solve a common problem:

library(openNDB)
## basic example code


Vintea01/openNDB documentation built on Jan. 25, 2020, 1:48 a.m.