kv_fmtstr: Generate format string for key=value pair from a reference...

Description Usage Arguments Value

View source: R/protocol.R

Description

Generate format string for key=value pair from a reference named list.

Usage

1
2
3
kv_fmtstr(ref, key, esc, use_int = FALSE, fp_prec = NULL,
  quote_str = TRUE, as_str = FALSE, op = "=", sep = ",",
  tail = " ")

Arguments

ref

a named list, or a matrix-like object

key

key

esc

a function to escape special characters in key

use_int

whether to use integer data type

fp_prec

fp precision

quote_str

whether to quote string value

as_str

whether to print all values as string without quote

op

operator

sep

seperator

tail

tailing string

Value

a character vector


imlijunda/rinfluxdb documentation built on Nov. 4, 2019, 2:09 p.m.