From 7d202cc4b42aa70a8b59fca02a0a6b71471177b9 Mon Sep 17 00:00:00 2001 From: Katie Jolly Date: Sun, 11 Feb 2018 19:36:10 -0600 Subject: [PATCH] fixed typo in output_column_name documentation --- R/markovify.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/markovify.R b/R/markovify.R index 0951276..9f28d19 100644 --- a/R/markovify.R +++ b/R/markovify.R @@ -353,7 +353,7 @@ generate_start_words <- #' @param start_words a markov model produced with a list of start word terms #' @param maximum_sentence_length the maximum length of the sentence #' if \code{NULL} model will produce a random sentence of any length. -#' @param output_column_name name of the +#' @param output_column_name name of the output column in dataframe #' @param count count of the number of sentences, default \code{50} #' @param tries count of the number of tries to produce a coherent sentence #' @param only_distinct if \code{TRUE} returns only distinct text