https://github.com/cran/pkgdown
Raw File
Tip revision: 3cdb636e4ce9ce50d7a7c128081994030650a91c authored by Hadley Wickham on 25 March 2020, 17:40:02 UTC
version 1.5.0
Tip revision: 3cdb636
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