Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
IDS-Mannheim
/
kableExtra
/
e414511dc3b9aa739fc21bea90ab64facfb01a2d
/
.
/
man
/
hello.Rd
blob: 0fa7c4b8817591c2dff2b3997d2566320ac6d9fc [
file
] [
log
] [
blame
]
Hao Zhu
e414511
2015-11-05 17:52:59 -0500
[
diff
] [
blame^
]
1
\name
{
hello
}
2
\alias
{
hello
}
3
\title
{
Hello, World!
}
4
\usage
{
5
hello
()
6
}
7
\description
{
8
Prints 'Hello, world!'.
9
}
10
\examples
{
11
hello
()
12
}