Nothing
#' Vector of date column names
#'
#' @return Vector of column names in a standardized pedigree object that are
#' dates.
#'
#' @noRd
getDateColNames <- function() {
c("birth", "death", "departure", "exit")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.