#' Example dataset
#'
#' Taís's FCT measurements
#'
#' @docType data
#'
#' @usage data('sample')
#'
#' @format An object of class \code{"tibble"}
#'
#' @keywords datasets
#' @examples
#' data("sample")
#' head("sample")
"sample"
#' Example zeta dataset
#'
#' Taís's DUR measurements
#'
#' @docType data
#'
#' @usage data('standard')
#'
#' @format An object of class \code{"tibble"}
#'
#' @keywords datasets
#' @examples
#' data("standard")
#' head("standard")
"standard"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.