CranLibraryService | R Documentation |
CranLibraryService
CranLibraryService
R6Class
object.
packagesGz(repoName)
method
packagesRds(repoName)
method
packages(repoName)
method
archive(repoName,package,filename)
method
package(repoName,package)
method
tercenApi::HttpClientService
-> CranLibraryService
new()
CranLibraryService$new(baseRestUri, client)
findByOwnerNameVersion()
CranLibraryService$findByOwnerNameVersion( startKey = NULL, endKey = NULL, limit = 20, skip = 0, descending = TRUE, useFactory = FALSE )
packagesGz()
CranLibraryService$packagesGz(repoName)
packagesRds()
CranLibraryService$packagesRds(repoName)
packages()
CranLibraryService$packages(repoName)
archive()
CranLibraryService$archive(repoName, package, filename)
package()
CranLibraryService$package(repoName, package)
clone()
The objects of this class are cloneable with this method.
CranLibraryService$clone(deep = FALSE)
deep
Whether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.