test_that("Test eq_location_clean",
{
CleanData <- read_delim(system.file("extdata", "signif.txt", package = "TheCapstoneProject"), delim = '\t') %>%
eq_location_clean()
expect_is(CleanData, class = 'data.frame')
expect_is(CleanData$LOCATION, class = 'character')
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.