| geoflow_profile | R Documentation |
This class models an profile
R6Class object.
geoflow_profile
Object of R6Class for modelling an profile
idprofile id
nameprofile name
projectprofile project
organizationprofile organization
logosprofile logo(s)
modemode of execution (Default is "raw")
optionsglobal config options
new()Initializes an object of class geoflow_profile
geoflow_profile$new()
setId()Sets profile ID
geoflow_profile$setId(id)
idid
setName()Sets profile name
geoflow_profile$setName(name)
namename
setProject()Sets profile project
geoflow_profile$setProject(project)
projectproject
setOrganization()Sets profile organization
geoflow_profile$setOrganization(organization)
organizationorganization
addLogo()Adds a profile organization
geoflow_profile$addLogo(logo)
logologo
setMode()Sets profile mode
geoflow_profile$setMode(mode)
modeprofile mode
setOption()Set global config option
geoflow_profile$setOption(name, value)
nameoption name
valueoption value
clone()The objects of this class are cloneable with this method.
geoflow_profile$clone(deep = FALSE)
deepWhether to make a deep clone.
Emmanuel Blondel <emmanuel.blondel1@gmail.com>
## Not run:
profile <- geoflow_profile$new()
profile$setId("workflow1")
profile$setName("Workflow 1")
profile$setProject("My project")
profile$setOrganization("My organization")
provfile$addLogo("https://via.placeholder.com/300x150.png/09f/fff?text=geoflow")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.