package_logo | R Documentation |
This function creates a basic R package logo. The logo has a white
background and the package name (with or without curly brackets) in the
center. The font size for the package name is scaled such that it fits inside
the logo. Type ?oeli
to see an example.
package_logo(package_name, brackets = TRUE, use_logo = FALSE)
package_name |
[ |
brackets |
[ |
use_logo |
[ |
The function optionally calls use_logo
if
use_logo = TRUE
to set up the logo for a package.
A ggplot
object.
Other package helpers:
Dictionary
,
Storage
,
identical_structure()
,
input_check_response()
,
match_arg()
,
print_data.frame()
,
print_matrix()
,
renv_development_packages()
,
system_information()
,
unexpected_error()
,
user_confirm()
package_logo("my_package", brackets = TRUE, use_logo = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.