print-methods: Print the helloworld class to standard output.

Description Arguments Value See Also Examples

Description

Print the helloworld class to standard output.

Arguments

x

A helloworld object.

Value

NULL. Prints to standard out.

See Also

print

Examples

1
2
3
4
5
mychar <- char2helloworld(c("this","is","my","character","vector"))
mychar
print(mychar)
show(mychar)
getMethod("print", "helloworld")

joey711/testpkg documentation built on May 19, 2019, 3:01 p.m.