list_versions | R Documentation |
List app versions by platform
list_versions(appname, platform = c("ALL"))
appname |
A character string giving the name of the application |
platform |
A character vector of platforms to list. Defaults to "ALL" |
A list of platforms with version directories
## Not run: appdir <- app_dir("superduperapp", FALSE) platforms <- LETTERS[1:4] versions <- LETTERS[5:7] mkdirs <- file.path(appdir, outer(platforms, versions, file.path)) chk <- vapply(mkdirs, dir.create, logical(1), recursive = TRUE) expect_true(all(chk)) res <- list_versions("superduperapp") unlink(appdir, recursive = TRUE) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.