ExtLicense | R Documentation |
A class for generating or upgrading the license of a biodb extension package.
This class generates the license for a new extension package, or update the license of an existing one.
biodb::ExtGenerator
-> biodb::ExtFileGenerator
-> ExtLicense
new()
Initializer.
ExtLicense$new(...)
...
See the constructor of ExtFileGenerator for the parameters.
Nothing.
clone()
The objects of this class are cloneable with this method.
ExtLicense$clone(deep = FALSE)
deep
Whether to make a deep clone.
# Generate a new connector class inside R folder: pkgFolder <- file.path(tempfile(), 'biodbFoo') dir.create(pkgFolder, recursive=TRUE) biodb::ExtLicense$new(path=pkgFolder)$generate()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.