#' Generic for writing an R object to one or more csv files
#'
#' @param object [`object`] An R object to dump to csv
#' @param ... [`pairlist`] Allow definition of new arguments in setMethod
#'
#' @export
setGeneric("writeToCsv", function(object, ...) standardGeneric('writeToCsv'))
#' Generic for writing an R object to one or more csv files
#'
#' @param object [`object`] An R object to dump to csv
#' @param ... [`pairlist`] Allow definition of new arguments in setMethod
#'
#' @export
setGeneric("writeToParquet", function(object, ...)
standardGeneric('writeToParquet'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.