R/data.R

#' Chinese Word Frequency with one Character
#'
#' This dataframe inclues the usage frequecy and occurence of
#' Chinese word
#'
#' @format A data frame with 3 variables:
#' \describe{
#' \item{\code{character}}{target character}
#' \item{\code{freq}}{occurence of target character}
#' \item{\code{pct}}{frequency of target character}
#' }
#' @examples
#'  oneChar
"oneChar"

#' Chinese Word Frequency with two Characters
#'
#' This dataframe inclues the usage frequecy and occurence of
#' Chinese word
#'
#' @format A data frame with 3 variables:
#' \describe{
#' \item{\code{character}}{target character}
#' \item{\code{freq}}{occurence of target character}
#' \item{\code{pct}}{frequency of target character}
#' }
#' @examples
#'  twoChar
"twoChar"

#' Chinese Word Frequency with three Characters
#'
#' This dataframe inclues the usage frequecy and occurence of
#' Chinese word
#'
#' @format A data frame with 3 variables:
#' \describe{
#' \item{\code{character}}{target character}
#' \item{\code{freq}}{occurence of target character}
#' \item{\code{pct}}{frequency of target character}
#' }
#' @examples
#'  threeChar
"threeChar"

#' Chinese Word Frequency with four Characters
#'
#' This dataframe inclues the usage frequecy and occurence of
#' Chinese word
#'
#' @format A data frame with 3 variables:
#' \describe{
#' \item{\code{character}}{target character}
#' \item{\code{freq}}{occurence of target character}
#' \item{\code{pct}}{frequency of target character}
#' }
#' @examples
#'  fourChar
"fourChar"

#' Chinese Word Frequency with five Characters
#'
#' This dataframe inclues the usage frequecy and occurence of
#' Chinese word
#'
#' @format A data frame with 3 variables:
#' \describe{
#' \item{\code{character}}{target character}
#' \item{\code{freq}}{occurence of target character}
#' \item{\code{pct}}{frequency of target character}
#' }
#' @examples
#'  fiveChar
"fiveChar"

Try the rwstats package in your browser

Any scripts or data that you put into this service are public.

rwstats documentation built on Dec. 18, 2019, 5:09 p.m.