knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

Load the Package

library(appstorr)

Sample Code

df <- appstorr::df_safeboda
appstorr::quick_report(data = df, 
                       report_title = "Awesome SafeBoda Text Analysis Report")

The dataset should include atleast these 2 Columns:

| content | at | |------:|:-----| | xx | 123 | | xxxx | 123 | | xxxx | 123 |



tagasimon/appstorr documentation built on Aug. 30, 2020, 2:12 a.m.