Learn R Programming

teal.slice (version 0.5.1)

trim_lines_json: 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)

Value

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

Arguments

x

(character)