Skip to content

Commit

Permalink
Docs: words_locate examples
Browse files Browse the repository at this point in the history
  • Loading branch information
qinwf committed Sep 28, 2016
1 parent 314ce33 commit 764d2ba
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions R/worker_func.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ new_user_word = function(worker, words, tags = rep("n", length(words))){
#' @return a list with words, start position, and end position
#' @export
#' @examples
#' \dontrun{
#' words_locate(c("this","is","a", "test"))
#' }
#'
#'
words_locate = function(words){
warning("This function is depreciated, and will be removed in the next version due to the upstream apis changes.")
Expand Down
3 changes: 3 additions & 0 deletions man/words_locate.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 764d2ba

Please # to comment.