#' Values of log10 to interpolate between
#'
#' The data is generated with R, such that the first column are the values from
#' 1 to 100 in steps of 0.01. The second column is the log10 function from R of
#' the first column. The third column contains randomly generated numbers, sorted,
#' between 1 and 100 to test the log10int method.
#'
#' @docType data
#'
#' @format A dataframe with 9901 rows and 3 columns.
#'
#' @keywords datasets
#'
"log10data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.