README.md

COREmisc

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)
## # A tibble: 187 x 10
##    group_id Author Id    `Item-type` `Thread-id` Time  sent_to_key
##       <int> <chr>  <chr> <chr>       <chr>       <chr> <chr>      
##  1        1 danie… 2.77… link        3.40282366… 2017… Recipients 
##  2        1 danie… 2.77… link        3.40282366… 2017… Recipients 
##  3        7 dee(5… 2.78… text        3.40282366… 2017… Recipients 
##  4        7 dee(5… 2.78… text        3.40282366… 2017… Recipients 
##  5       14 eric … 2.78… text        3.40282366… 2017… Recipients 
##  6       14 eric … 2.78… text        3.40282366… 2017… Recipients 
##  7       21 dee(5… 2.78… text        3.40282366… 2017… Recipients 
##  8       21 dee(5… 2.78… text        3.40282366… 2017… Recipients 
##  9       28 eric … 2.78… text        3.40282366… 2017… Recipients 
## 10       28 eric … 2.78… text        3.40282366… 2017… Recipients 
## # … with 177 more rows, and 3 more variables: sent_to_val <chr>,
## #   Text <chr>, Time_tz <dttm>

Launching Apps Locally

{COREmisc} apps

COREmisc::launch_shiny_app(.app         = "relational_data_structure",
                           .use_browser = TRUE)



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