| rm_platform | R Documentation | 
Remove application files/directories for a given platform
rm_platform(appname, platform = c("ALL"))
| appname | A character string giving the name of the application | 
| platform | A character vector indicating the platform to remove. Defaults to "ALL" | 
Returns a logical vector indicating whether the removal of platform was successful. Return is invisible.
## Not run: appdir <- app_dir(appname, 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) appver <- list_versions(appname) rm_platform(appname, platforms[2:3]) 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.