R/DocumentMetadata.R

library(officer)


#' @title Document Metadata
#' 
#' @source 
#' @description A function to document your metadata for people who hate code things but insist they want to know what you are doing
#' @param dir.out The directory that you want this file to be saved to. 
#' @param title Name of the project, to appear at the top of the page. 
#' @author Emily Markowitz Emily.Markowitz@noaa.gov
#' @keywords packages documentation
#' @export
#' @examples 
#' DocumentMetadata(dir.out = getwd(), title = "Test")
#' 
get("DocumentMetadata")
  
  
emilyhmarkowitz/FisheriesEconomicProductivityIndex documentation built on June 13, 2025, 10:31 a.m.