`masstools_logo` is a function designed to display the masstools logo, thank the user, show the version information, and provide a URL for additional details about the package. This can be useful for branding and user interaction when they load or utilize the package.
masstools_logo()
Prints messages to the console and does not return any value.
masstools_logo()
#> Thank you for using masstools!
#> Version 1.0.13 (2023-10-01 09:36:19.23182)
#> More information: masstools.tidymass.org
#> _______ _
#> |__ __| | |
#> _ __ ___ __ _ ___ ___| | ___ ___ | |___
#> | '_ ` _ \ / _` / __/ __| |/ _ \ / _ \| / __|
#> | | | | | | (_| \__ \__ \ | (_) | (_) | \__ \
#> |_| |_| |_|\__,_|___/___/_|\___/ \___/|_|___/
#>
#>