Skip to content

Latest commit

 

History

42 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Used by

Contributors

Languages