powered by
Print a summary for objects of class tidylda
tidylda
# S3 method for tidylda print(x, digits = max(3L, getOption("digits") - 3L), n = 5, ...)
Silently returns x
x
an object of class tidylda
minimal number of significant digits
Number of rows to show in each displayed tibble.
tibble
further arguments passed to or from other methods
# \donttest{ dtm <- nih_sample_dtm lda <- tidylda(data = dtm, k = 10, iterations = 100) print(lda) lda print(lda, digits = 2) # }
Run the code above in your browser using DataLab