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

rclinicaltrials2

Travis build status

The goal of rclinicaltrials2 is to provide an R interface to the ClinicalTrials.gov API.

Installation

There is no release version yet. You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("rcorty/rclinicaltrials2")

Example

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

library(rclinicaltrials2)
## basic example code
info()


rcorty/rclinicaltrials2 documentation built on Nov. 5, 2019, 3:04 a.m.