motivate: General motivation quotes for personal use

View source: R/motivate.R

motivateR Documentation

General motivation quotes for personal use

Description

motivate() is a tool to lift up even the unmotivated individual. Use with caution and remember— DO take it personally.

Usage

motivate(cat = "any", seed)

Arguments

cat

a motivational category to choose from. The function defaults to "any".

seed

a numeric or character seed for reproducible results. The function defaults to "NULL".

Details

When cat is 'any' (default), the function combines all category data frames and then samples from the new,combined data frame.

There are a total of five categories: psych, stoic, religion, lit(literature), and modern (history) When a specific category is chosen the function will sample from a motivational quote data frame and output a random quote for your spiritual and mental growth.

Value

motivate() takes a preferred category and an optional reproducible seed to return a motivational quote for the user to feel better at any given time.

Author(s)

JP Monteagudo

Examples


motivate("any",seed = "lethargic raccoon")
motivate("lit")
motivate("stoic", seed = 2899)

despair documentation built on Oct. 24, 2024, 9:06 a.m.