The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
# Only run if the package is installed
if (requireNamespace("childeswordfreq", quietly = TRUE)) {
childeswordfreq::word_counts(...)
}
word_file <- system.file("extdata", "word_list.csv", package = "childeswordfreq")
output_file <- tempfile(fileext = ".xlsx")
word_counts(
word_list_file = word_file,
output_file = output_file,
collection = NULL,
language = "eng",
age = c(24, 36),
sex = c("female", "male")
)
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.