Print a Welcome to Night Vale (WTNV) proverb to the console
proverb(id, show_meta = TRUE, show_id = FALSE, as_string = FALSE)
If no ID is specified, then a random WTNV proverb is returned.
Whether to display the metadata (episode title and airdate) for the proverb. Default is TRUE.
Whether to display the ID of the proverb. Default is FALSE.
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).