A roclet for processing @porcelain tags within a package. This presents an automated declarative approach to defining porcelain APIs using roxygen tags. When you roxygenise your package (e.g., with devtools::document() or roxygen2::roxygenise()) this roclet will create a file R/porcelain.R within your package that will be included into your package API.

porcelain_roclet()

Value

A roclet, used by roxygen2 (not typically called by users directly)