Nothing
context('test-pat_monitorComparison')
data('example_pat', 'example_sensor')
test_that(
'Plot return classes are correct',
expect_s3_class(
pat_monitorComparison(example_pat, distanceCutoff = 0),
c('gg', 'ggplot')
)
)
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.