Create a Banner for Code Separation/Organization
Usage
make_banner(str_to_banner, banner_chr = "&", output = TRUE)
Arguments
- str_to_banner
String to Convert to Banner
- banner_chr
Banner Boundary Character
- output
Boolean, TRUE to output, FALSE to Not Output
Examples
make_banner(str_to_banner = 'asdf', banner_chr = '&', output = TRUE)
#> #&&&&&&&&&&&&
#> #&& asdf &&
#> #&&&&&&&&&&&&