Nothing
#' @noRd
#' @param object a fitted LDA textmodel.
#' @param ... not used
#' @keywords internal
#' @export
predict.textmodel_lda <- function(object, ...) {
.Defunct(msg = "predict() is deprecated; use the model argument in textmodel_lda() to predict topics of new documents")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.