powered by
Any components missing a name will automatically get a name added by looking at the first max_width characters of the deparsed expression.
max_width
auto_name(x, max_width = 40)
A lazy_dots
lazy_dots
Maximum number of characters to use
# NOT RUN { x <- lazy_dots(1 + 2, mean(mpg)) auto_name(x) auto_name(list(~f, quote(x))) # }
Run the code above in your browser using DataLab