deparse_to_one_line: Deparse and join all lines into a single line

View source: R/utils.R

deparse_to_one_lineR Documentation

Deparse and join all lines into a single line

Description

Calling deparse and joining all the returned lines into a single line, separated by whitespace, and then cleaning up all the duplicated whitespace (except for excessive whitespace in strings between single or double quotes).

Usage

deparse_to_one_line(x)

Arguments

x

object to deparse

Value

string


daroczig/logger documentation built on March 8, 2024, 6:49 p.m.