From 33921aa5d56410ca2c07a47ed5ca4fe96ec62cc3 Mon Sep 17 00:00:00 2001 From: Shunsuke Goto Date: Thu, 17 Oct 2024 06:22:37 +0000 Subject: [PATCH] #1839 man/my_first_fcn.Rd created --- man/my_first_fcn.Rd | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 man/my_first_fcn.Rd 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}