R/CLD2GoogleSheet.R

Defines functions CLD2GoogleSheet

Documented in CLD2GoogleSheet

#' Title
#'
#' @param CLD A CLD object.
#' @param key Google Sheets key.
#' @param replace Logical. Replace table contents?
#'
#' @return The number 1.
#' @export
#'
CLD2GoogleSheet <- function(CLD, key, replace=FALSE){
  1
}
jarrod-dalton/causalloop documentation built on May 10, 2022, 8:08 a.m.