Travis build status

Coverage status

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

rLab5

The goal of rLab5 is to create a R package to read from an API, in our case from APIXU.com which provides weather API.

Installation

You can install the released version of rLab5 from CRAN with:

install.packages("rLab5")

And the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("anubhav-dikshit/rLab5")

Example

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

## basic example code
library(rLab5)
get_data("Bangalore", 1)
## Shiny App
library(rLab5)
shiny::runGitHub(repo = "anubhav-dikshit/rLab5", subdir = "inst/examples")


anubhav-dikshit/rLab5 documentation built on May 14, 2019, 7:17 p.m.