| get_backups | R Documentation |
Find all iOS backup paths
get_backups(...)
... |
Parameters passed to |
A list of all backups in backup folder
## Not run:
backups <- get_backups()
if (length(backups)) {
Map(function(x) {x$path}, backups)
}
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.