hello: print hello world + some text

View source: R/hello.R

helloR Documentation

print hello world + some text

Description

print hello world + some text

Usage

hello(x, separator)

Arguments

x

A character vector with one element.

separator

a string that denotes the separator

Value

A character vector.

Examples

x <- "alpha"
hello(x, separator = "+")

abhilasha-kumar/semforageR documentation built on March 19, 2022, 3:34 a.m.