Print a Welcome to Night Vale (WTNV) proverb to the console

proverb(id, show_meta = TRUE, show_id = FALSE, as_string = FALSE)

Arguments

id

If no ID is specified, then a random WTNV proverb is returned.

show_meta

Whether to display the metadata (episode title and airdate) for the proverb. Default is TRUE.

show_id

Whether to display the ID of the proverb. Default is FALSE.

as_string

If FALSE (default), print proverb to the console. If TRUE, return proverb as string (useful if, for example, you want to pass the proverb to the cowsay package).