knitr::opts_chunk$set(echo = TRUE)

Purpose

The purpose of this notebook is to test miscellaneous parts of the package.

Import

Libraries

  if (!require(pacman)) {install.packages('pacman')}
  p_load(
    dplyr
  )

Load Entity Model

# tf_model <- load_entity_model()
# usethis::use_data(tf_model, internal = TRUE)
load(tf_model.rda)


canfielder/CausalityExtraction documentation built on Jan. 5, 2022, 10:55 a.m.