Skip to content

[R-pkg-devel] creating a function that creates a figure

1 message · Jim Lemon

#
Hi Matthew,
The conventional way to document a function that doesn't return a value is:

\value{nil}

in the .Rd file. In the arguments section, if your data frames are
named as "d1" and "d2",

\item{d1,d2}{Two data frames.}

Add any relevant information such as whether they must be conformable.

Jim
On Wed, Apr 28, 2021 at 3:11 PM csmatyi <csmatyi at protonmail.com> wrote: