reports (version 0.1.4)

CW: Count Words

Description

Tool to count words from text taken from articles.

Usage

CW(text = "clipboard")

Arguments

text
character vector or text copied to the clipboard. Default is to read from the clipboard.

Details

This function counts the number of words in a text chunk. Useful for determining if block quotes are needed in APA6. While the function accepts vectors the real increase in work flow productivity is copying from the clipboard.

Examples

Run this code
## Not run: 
# CW("I like icecream")
# ## End(Not run)

Run the code above in your browser using DataCamp Workspace