snippet_generate: Generate code snippets

View source: R/setup.R

snippet_generateR Documentation

Generate code snippets

Description

Utility function to generate code snippets:

Usage

snippet_generate(
  snippet = "",
  open = rstudioapi::isAvailable(),
  root = here::here()
)

Arguments

snippet

Name of the snippet.

open

Whether or not to open the .pre-commit-config.yaml. The default is TRUE when working in RStudio. Otherwise, we recommend manually opening the file.

root

The path to the root directory of your project.

Details

Currently supported:

  • additional-deps-roxygenize: Code to paste into .pre-commit-config.yaml for the additional dependencies required by the roxygenize hook.


precommit documentation built on July 2, 2022, 1:06 a.m.