Description Usage Arguments Details Author(s)
View source: R/copyrightAuthors.R
Generate Authors and Copyright Information
1 2 3 4 5 | copyrightAuthorsUI(id)
copyrightAuthors(input, output, session, appName, authorInfo,
copyrightInfo, fundingInfo, licenseFile = "LICENSE",
status = "primary")
|
id |
An id string that corresponds with the id used to call the module's UI function. |
input |
shiny server input object |
output |
shiny server output object |
session |
shiny server session object |
appName |
Character string giving the name of your |
authorInfo |
Character string or person list containing your app's authorship info. |
copyrightInfo |
Character string containing your app's copyright info. |
fundingInfo |
Character string containing your app's funding/partner info. |
licenseFile |
Path to your app's ‘LICENSE’ file (default is ‘LICENSE’ in the shiny app dir). |
status |
The boxes' status, passed to |
Generates a fluidRow
containing two boxes
about the app's Authors and Contributors and the Copyright and License.
Alex Chubaty & Alex Tso (module)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.