Nothing
###
### $Id: fullfile.R 22 2022-05-30 18:03:47Z proebuck $
###
##-----------------------------------------------------------------------------
test.fullfile <- function(input, expected) {
output <- do.call(getFromNamespace("fullfile", "matlab"), input)
identical(output, expected)
}
fullfile.expected <- file.path(path.expand("~"), "somedir", "foo.txt")
test.fullfile(list(dir = path.expand("~"),
subdir = "somedir",
file = "foo.txt"), fullfile.expected)
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.