string: Give back a character string

View source: R/string.R

stringR Documentation

Give back a character string

Description

Give back a character string

Usage

string(.data)

Arguments

.data

(list) input, using higher level interface

See Also

peek

Examples

'{"a": 7}' %>% do(.a + 1) %>% string
'[8,3,null,6]' %>% sortj %>% string

jqr documentation built on April 4, 2025, 5:16 a.m.

Related to string in jqr...