powered by
format a map.
map_to_char(mp, ..., sep = " ", assignment = "=", quote_fn = base::shQuote)
character formatted representation
named vector or list
not used, foce later arguments to bind by name.
separator suffix, what to put after commas
assignment string
string quoting function
dput, capture.output
dput
capture.output
cat(map_to_char(c('a' = 'b', 'c' = 'd'))) cat(map_to_char(c('a' = 'b', 'd', 'e' = 'f'))) cat(map_to_char(c('a' = 'b', 'd' = NA, 'e' = 'f'))) cat(map_to_char(c(1, NA, 2)))
Run the code above in your browser using DataLab