Skip to contents

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

Usage

settings()

Value

No return value; called for side-effects.

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.

Examples

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