Generate Authors and Copyright Information
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   | 
    
| status | The boxes' status, passed to   | 
    
Generates a fluidRow containing two boxes
about the app's Authors and Contributors and the Copyright and License.