https://github.com/cran/pkgdown
Raw File
Tip revision: a4818cca780db29741daa700c63a640567d99327 authored by Hadley Wickham on 03 May 2018, 07:55:54 UTC
version 1.0.0
Tip revision: a4818cc
in_pkgdown.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/pkgdown.R
\name{in_pkgdown}
\alias{in_pkgdown}
\title{Determine if code is executed by pkgdown}
\usage{
in_pkgdown()
}
\description{
This is occassionally useful when you need different behaviour by
pkgdown and regular documentation.
}
\examples{
in_pkgdown()
}
back to top