R/00_entries.R

Defines functions new_entry_formats set_entry_formats

# Output format for entries
entry_format_functions <- new.env(parent = emptyenv())

set_entry_formats <- function(entry_format) {
  entry_format_functions$format <- entry_format
}

new_entry_formats <- function(brief, detailed) {
  list(brief = brief, detailed = detailed)
}

Try the vitae package in your browser

Any scripts or data that you put into this service are public.

vitae documentation built on March 31, 2023, 9:33 p.m.