reading_time: reading_time

View source: R/reading_time.R

reading_timeR Documentation

reading_time

Description

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.

Usage

reading_time(words, workday = 8, workweek = 5, workyear = 50)

Arguments

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

Value

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.

Examples

## Not run: reading_time(1200000, workday = 8,
         workweek = 5, workyear = 50)
## End(Not run)
reading_time(1200000, workday=8, workweek=5, workyear=50)

regcensus documentation built on Oct. 4, 2023, 1:07 a.m.