Nothing
orca_csq <- as_csquares(orca[1:10,], csquares = "csquares")
test_that(
"Error when validating non-csquares object",{
expect_error({validate_csquares("1000")})
})
test_that(
"csquares data.frame from first 10 orca records is valid", {
expect_true({validate_csquares(orca_csq)})
})
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.