#' Import BioRad qPCR Data
#'
#' This function retrieves the path for the example file.
#'
#' @keywords example
#' @export exampleData
exampleData <- function(){
exampleData <- system.file("extdata", "exampleData.txt", package = "Rsome")
return(exampleData)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.