knitr::opts_chunk$set(echo = TRUE)
devtools
if you haven't already.install.packages("devtools")
devtools
.devtools::install_github("NPSCORELAB/COREmisc", force = TRUE)
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") ) )
{COREmisc} apps
COREmisc::launch_shiny_app(.app = "relational_data_structure", .use_browser = TRUE)
knitr::include_graphics(path = "inst/imgs/landing.png")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.