track_export: Export tracking table to file

View source: R/05_render.R

track_exportR Documentation

Export tracking table to file

Description

Supports .html, .csv, .docx, and .xlsx.

Usage

track_export(path, show_elapsed = FALSE)

Arguments

path

File path. There is no default: the destination must be supplied explicitly (e.g. a file under tempdir() or a directory chosen by the user).

show_elapsed

Logical. Include elapsed_s column? Default: FALSE.

Value

Invisible path.


autocodebook documentation built on June 9, 2026, 1:09 a.m.