Nothing
#' Helper function for determining the vector of attribute names
#' of a given object.
#'
#' @param obj [any]\cr
#' Source object.
#' @return [\code{character}]
#' Vector of attribute names for the source object.
#' @export
getAttributeNames = function(obj) {
names(attributes(obj))
}
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.