my_wlos_slice: Quick re-work of function ahead of going into work packages

View source: R/wlo_new_slicer.R

my_wlos_sliceR Documentation

Quick re-work of function ahead of going into work packages

Description

Quick re-work of function ahead of going into work packages

Usage

my_wlos_slice(
  df,
  topic_var,
  text_var,
  top_n = 30,
  nrow = 4,
  top_terms_cutoff = 1500
)

Arguments

df

Data Frame or Tibble object

topic_var

The Grouping variable

text_var

The text variable

top_n

How many terms per group to plot, arranged by weighted-log odds ratio

nrow

How many rows to show the plot on

top_terms_cutoff

How many of the top-frequency terms to select top_n from

Value

list with viz and view objects


jpcompartir/JPackage documentation built on March 20, 2023, 4 a.m.