File: roxygen-example-1.R

package info (click to toggle)
r-cran-roxygen2 7.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 1,940 kB
  • sloc: cpp: 351; sh: 14; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 457 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
##' Title
##'
##' Description
##'
##' Details
##'
##' @param x,y,z Descriptions for x, y, z
##' @param a Description of a
##' @param b
##'   Description of b
##' @section Important:
##' Don't run with scissors!
##' @export
NULL

##' Title
##'
##' Description
##'
##' Details
##'
##' @param x,y,z Descriptions for x, y, z
##' @param a Description of a
##' @param b
##'   Description of b
##' @section Important:
##' Don't run with scissors!
##' @export
NULL