Nothing
test_that("interpolation works", {
path_example <- system.file("example_cosmed.xlsx", package = "whippr")
df <- read_data(path = path_example, metabolic_cart = "cosmed")
df_interpolated <- df %>%
interpolate()
expect_s3_class(
object = df_interpolated,
class = "whippr"
)
})
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.