https://github.com/cran/pkgdown
Revision 05b8541dbaab79a428939419ce6022cd2832b51f authored by Hadley Wickham on 24 April 2022, 13:30:02 UTC, committed by cran-robot on 24 April 2022, 13:30:02 UTC
1 parent a1aebff
Raw File
Tip revision: 05b8541dbaab79a428939419ce6022cd2832b51f authored by Hadley Wickham on 24 April 2022, 13:30:02 UTC
version 2.0.3
Tip revision: 05b8541
as_pkgdown.Rd
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/package.R
\name{as_pkgdown}
\alias{as_pkgdown}
\title{Generate pkgdown data structure}
\usage{
as_pkgdown(pkg = ".", override = list())
}
\arguments{
\item{pkg}{Path to package.}

\item{override}{An optional named list used to temporarily override
values in \verb{_pkgdown.yml}}
}
\description{
You will generally not need to use this unless you need a custom site
design and you're writing your own equivalent of \code{\link[=build_site]{build_site()}}.
}
back to top