deparse_pretty {testex}R Documentation

Deparse pretty

Description

Deparse to a single string with two spaces of indentation

Usage

deparse_pretty(expr)

Arguments

expr

An expression to deparse

Value

A pretty-formatted string representation of expr.


[Package testex version 0.2.0 Index]