Description Usage Arguments Details Value See Also
Create a branding logo for a teachingApp
1 | create_logo(app_dir = NULL, git_user = NULL, icon = NULL, img = NULL)
|
app_dir |
|
git_user |
|
icon |
|
img |
|
This function should not be called directly, but is invoked by
add_optionss
when an app is rendered.
By default, the branding logo is the GitHub fontAwesome icon
('fa fa-github'). If img
is specified, it takes precedence
oven icon
.
Hovering over the logo will reveal a link to view the code used to
create the app. This is helpful in a teaching environment, where
students often are interested in understanding how an app functions.
The URL for the link is of the form (https://github.comgit_user
app_pkg
blob/master/inst/apps)
where app_pkg
is created dynamically.
HTML code for inserting a logo (icon or image) in the footer of a navbarPage app
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.