Nothing
test_that("concatenate_textgrids", {
t1 <- system.file("extdata", "test.TextGrid", package = "phonfieldwork")
t2 <- system.file("extdata", "post.TextGrid", package = "phonfieldwork")
tdir <- tempdir(check = TRUE)
file.copy(c(t1, t2), tdir)
list.files(tdir)
concatenate_textgrids(path = tdir, result_file_name = "concatenated")
expect_true("concatenated.TextGrid" %in% list.files(tdir))
file.remove(paste0(tdir, "/", c(basename(t1), basename(t2), "concatenated.TextGrid")))
rm(tdir)
})
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.