Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions R/function_words.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#' Function Words
#'
#' A vector of function words from
#' \href{http://myweb.tiscali.co.uk/wordscape/museum/funcword.html}{John and Muriel Higgins's list}
#' \href{http://www.marlodge.net/Function-words/}{John and Muriel Higgins's list}
#' used for the text game ECLIPSE. The list is augmented with additional
#' contractions from \code{\link[lexicon]{key_contractions}}.
#'
Expand All @@ -11,5 +11,5 @@
#' @name function_words
#' @usage data(function_words)
#' @format A character vector with 350 elements
#' @references \url{http://myweb.tiscali.co.uk/wordscape/museum/funcword.html}
#' @references \url{http://www.marlodge.net/Function-words/}
NULL