diff --git a/R/textplot_biterms.R b/R/textplot_biterms.R index 3f3c47f..d6fb1a8 100644 --- a/R/textplot_biterms.R +++ b/R/textplot_biterms.R @@ -180,7 +180,7 @@ textplot_bitermclusters.default <- function(x, biterms, displayterms <- data.table::setDF(displayterms) } ## R CMD check happy - topic <- .N <- term1 <- term2 <- select <- best_topic <- cooc <- name <- x <- y <- probability <- NULL + topic <- .N <- term1 <- term2 <- select <- best_topic <- cooc <- name <- x <- y <- probability <- topic_freq <- NULL if(!missing(which)){ displayterms <- displayterms[displayterms$topic %in% which, ]