process: Process website files

View source: R/process.R

processR Documentation

Process website files

Description

Process a file from the source directory into the build directory according to its role, as determined by file_role

Usage

process(path, ...)

## S3 method for class 'deleted'
process(path, ...)

## S3 method for class 'other'
process(path, ...)

## S3 method for class 'code'
process(path, ...)

## S3 method for class 'template'
process(path, ...)

Arguments

path

path to the file to process, in the source directory

...

further arguments passed to or from other methods.


jiho/yssr documentation built on Sept. 8, 2024, 9:07 p.m.