Nothing
context('Test lineLocations')
test_that('We get errors for invalid inputs', {
expect_error(lineLocations())
expect_error(lineLocations(NULL))
expect_error(lineLocations(NULL, NULL))
expect_error(lineLocations(1, NULL))
expect_error(lineLocations(NULL, 1))
expect_error(lineLocations(0, 1))
expect_error(lineLocations(1, numeric(0)))
expect_error(lineLocations(1:2, 1))
})
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.