rlib_trace_spec {rlang}R Documentation

Backtrace specification

Description

[Experimental]

Structure

An r-lib backtrace is a data frame that contains the following columns:

A backtrace data frame may contain extra columns. If you add additional columns, make sure to prefix their names with the name of your package or organisation to avoid potential conflicts with future extensions of this spec, e.g. "mypkg_column".

Operations


[Package rlang version 1.1.4 Index]