configure_author: Configure Author Information

View source: R/configure.R

configure_authorR Documentation

Configure Author Information

Description

Interactively set author information in settings.yml (or settings.yml for legacy projects). This information is used in notebooks, reports, and other documents.

Usage

configure_author(
  name = NULL,
  email = NULL,
  affiliation = NULL,
  interactive = TRUE
)

Arguments

name

Character. Author name (optional, prompts if not provided)

email

Character. Author email (optional, prompts if not provided)

affiliation

Character. Author affiliation/institution (optional, prompts if not provided)

interactive

Logical. If TRUE, prompts for missing values. Default TRUE.

Value

Invisibly returns updated config


framework documentation built on Feb. 18, 2026, 1:07 a.m.