settings {froggeR}R Documentation

Manage 'froggeR' Settings

Description

This function provides useful instructions and information regarding 'froggeR' settings.

Usage

settings()

Details

This function can only run in an interactive environment. Choose to: - Check for the existence of project- and global-level configuration files - Display current project-level settings - Feedback for updating settings - Instructions how to reuse settings across multiple 'froggeR' Quarto projects.

Value

No return value; called for side-effects.

Examples

# Only run in an interactive environment
if (interactive()) froggeR::settings()


[Package froggeR version 0.5.1 Index]