databaseUrl | R Documentation |
MgnifyClient accessors and mutators
databaseUrl(x)
authTok(x)
useCache(x)
cacheDir(x)
showWarnings(x)
clearCache(x)
verbose(x)
databaseUrl(x) <- value
authTok(x) <- value
useCache(x) <- value
cacheDir(x) <- value
showWarnings(x) <- value
clearCache(x) <- value
verbose(x) <- value
## S4 method for signature 'MgnifyClient'
databaseUrl(x)
## S4 method for signature 'MgnifyClient'
authTok(x)
## S4 method for signature 'MgnifyClient'
useCache(x)
## S4 method for signature 'MgnifyClient'
cacheDir(x)
## S4 method for signature 'MgnifyClient'
showWarnings(x)
## S4 method for signature 'MgnifyClient'
clearCache(x)
## S4 method for signature 'MgnifyClient'
verbose(x)
## S4 replacement method for signature 'MgnifyClient'
databaseUrl(x) <- value
## S4 replacement method for signature 'MgnifyClient'
authTok(x) <- value
## S4 replacement method for signature 'MgnifyClient'
useCache(x) <- value
## S4 replacement method for signature 'MgnifyClient'
cacheDir(x) <- value
## S4 replacement method for signature 'MgnifyClient'
showWarnings(x) <- value
## S4 replacement method for signature 'MgnifyClient'
clearCache(x) <- value
## S4 replacement method for signature 'MgnifyClient'
verbose(x) <- value
x |
A |
value |
A value to be added to a certain slot. |
These functions are for fetching and mutating slots of
MgnifyClient
object.
A value of MgnifyClient object or nothing.
mg <- MgnifyClient()
databaseUrl(mg)
showWarnings(mg) <- FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.