| 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
geoflow_profile$new()Initializes an object of class geoflow_profile
geoflow_profile$new()
geoflow_profile$setId()Sets profile ID
geoflow_profile$setId(id)
idid
geoflow_profile$setName()Sets profile name
geoflow_profile$setName(name)
namename
geoflow_profile$setProject()Sets profile project
geoflow_profile$setProject(project)
projectproject
geoflow_profile$setOrganization()Sets profile organization
geoflow_profile$setOrganization(organization)
organizationorganization
geoflow_profile$addLogo()Adds a profile organization
geoflow_profile$addLogo(logo)
logologo
geoflow_profile$setMode()Sets profile mode
geoflow_profile$setMode(mode)
modeprofile mode
geoflow_profile$setOption()Set global config option
geoflow_profile$setOption(name, value)
nameoption name
valueoption value
geoflow_profile$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.