reading_time | R Documentation |
Computes the time it takes to read a document based on the words a document has.
Computes the time it takes to read a document based on the words a document has.
reading_time(words, workday = 8, workweek = 5, workyear = 50)
words |
count of words |
workday |
default value of 8 hour workday |
workweek |
default value of 5 day work week |
workyear |
default value of 50 week work year |
A string detailing how long it takes to read a document based on how many words the document has. The function assumes an 8 hour work-day, a 5 day work-week, and a 50 week work-year.
A string detailing how long it takes to read a document based on how many words the document has. The function assumes an 8 hour work-day, a 5 day work-week, and a 50 week work-year.
## Not run: reading_time(1200000, workday = 8,
workweek = 5, workyear = 50)
## End(Not run)
reading_time(1200000, workday=8, workweek=5, workyear=50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.