make_logo: Generate Package Logo

View source: R/logo.R

make_logoR Documentation

Description

This function is meant for generating or updating the logo. After running this procedure we end up with what is stored in the LOGO constant.

Usage

make_logo(
  template = "./inst/assets/logo/parabar-logo.txt",
  version = c(1, 0, 0)
)

Arguments

template

A character string representing the path to the logo template.

version

A numerical vector of three positive integers representing the version of the package to append to the logo.

Value

The ASCII logo.

See Also

LOGO

Examples

## Not run: 

# Generate the logo.
logo <- make_logo()

# Print the logo.
cat(logo)

## End(Not run)


parabar documentation built on May 29, 2024, 8:42 a.m.