arg_list_as_str: Return a named list as a string of named function arguments

Description Usage Arguments Examples

View source: R/report_functions.R

Description

Useful in creating captions where you need to report the parameters with wich some method was called by the user

Usage

1
arg_list_as_str(x, collapse = ",")

Arguments

x

Named list

collapse

Passed to paste

Examples

1
arg_list_as_str(list(a=1,b="bbb"))

andreyto/anrepr documentation built on Feb. 24, 2020, 5:31 a.m.