Nothing
# Example reexports, to ensure that reexports are flagged properly in the
# test-trace data.frame
#' @importFrom utils help
#' @export
utils::help
#' Manually redefining a function from another package
#'
#' @importFrom utils example
#' @export
reexport_example <- utils::example
#' @importFrom utils person
#' @export person
NULL
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.