#' Keep only atomic columns
#'
#' @export
#' @inheritParams AcidRoxygen::params
#'
#' @return Modified object, containing only atomic columns.
#'
#' @seealso
#' - AcidBase package.
#'
#' @examples
#' showMethods("keepOnlyAtomicCols")
setGeneric(
name = "keepOnlyAtomicCols",
def = function(object, ...) {
standardGeneric("keepOnlyAtomicCols")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.