File: in_pkgdown_example.Rd

package info (click to toggle)
rgl 1.3.34-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 13,968 kB
  • sloc: cpp: 23,234; ansic: 7,462; javascript: 6,125; sh: 3,555; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
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
\name{in_pkgdown_example}
\alias{in_pkgdown_example}
\alias{in_pkgdown}
\title{
Are we running in \pkg{pkgdown} or a \pkg{pkgdown} example?
}
\description{
This is mainly for internal use to decide whether results
should be automatically included in a \pkg{pkgdown} web
page.

See the \HTMLVignette{pkgdown}{}{Using RGL in pkgdown web sites}
vignette for details about using \pkg{pkgdown}.
}
\usage{
in_pkgdown()
in_pkgdown_example()
}
\value{
\code{TRUE} or \code{FALSE}
}

\examples{
in_pkgdown_example()
}