knitr::opts_chunk$set(echo = TRUE)

Travis build status

Installation

  1. Install devtools if you haven't already.
install.packages("devtools")
  1. Install the package using devtools.
devtools::install_github("NPSCORELAB/COREmisc", force = TRUE)

Using Functions Locally

html      <- COREmisc:::get_html("PATH/TO/YOUR/DATA.html")
table_out <- COREmisc::extract_shares(html)
dplyr::as_tibble(
  COREmisc::extract_shares(COREmisc:::get_html("inst/extdata/direct_shares.html")
                           )
  )

Launching Apps Locally

{COREmisc} apps

COREmisc::launch_shiny_app(.app         = "relational_data_structure",
                           .use_browser = TRUE)
knitr::include_graphics(path = "inst/imgs/landing.png")


NPSCORELAB/COREmisc documentation built on Oct. 23, 2019, 2:32 p.m.