archive/draft.R

#' @title Fills in the missing parts of a contract
#'
#' @description This function takes a contract object and replaces all the unknown elements that it can.
#' @param contract A contract object
#' @export

draft <- function(contract){
  contract
}


# TO DO
# Substitution of dates
# Substitution of formulas
# Splitting into event objects?
jameslairdsmith/contractr documentation built on May 26, 2019, 9:32 a.m.