diff --git a/man/my_first_fcn.Rd b/man/my_first_fcn.Rd new file mode 100644 index 000000000..7a6fcdcff --- /dev/null +++ b/man/my_first_fcn.Rd @@ -0,0 +1,22 @@ +% Generated by roxygen2: do not edit by hand +% Please edit documentation in R/my_first_fcn.R +\name{my_first_fcn} +\alias{my_first_fcn} +\title{my_first_fcn} +\usage{ +my_first_fcn() +} +\value{ +This function returns the Character "Welcome to the admiral family!". +} +\description{ +my first function +} +\details{ +This is a function created as dummy. +} +\examples{ +my_first_fcn() ## returns "Welcome to the admiral family!" +} +\concept{my_first_fcn} +\keyword{my_first_fcn}