trim_lines_json: Trim lines in 'JSON' string

View source: R/teal_slice.R

trim_lines_jsonR Documentation

Trim lines in JSON string

Description

This function takes a JSON string as input and returns a modified version of the input where the values portion of each line is trimmed for a less messy console output.

Usage

trim_lines_json(x)

Arguments

x

(character)

Value

A character string trimmed after a certain hard-coded number of characters in the value portion.


teal.slice documentation built on May 29, 2024, 1:39 a.m.