doc_local: Package-wide description of 'local' parameter

View source: R/doc.R

doc_localR Documentation

Package-wide description of local parameter

Description

A dummy function to be referred by ⁠@inheritParams⁠ for a parameter documentation.

Usage

doc_local(local)

Arguments

local

Logical, defaulting to FALSE. If TRUE, the function will also create a local copy of the file at the specified path. Note that some writing functions might not overwrite existing files unless explicitly allowed. Typically, such functions have a parameter (often named overwrite) to control this behavior. Check the documentation of the writing function used to determine the exact parameter name and pass it through the ... argument if necessary. Alternatively, you can define an anonymous function for fun that calls a writing function with the overwriting option enabled.


cloudfs documentation built on May 29, 2024, 11:08 a.m.