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
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 \code{_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