fusen
fusen copied to clipboard
Remove spaces in the function name with the RStudio Addin 'Add fusen chunks'
When there is a mistake in the function name (a space):

The space is not removed in the chunks:

See to use str_trim() when the chunks are created
We will avoid using {stringr}, but we can probably tweek asciify_name(). It may also benefit to vignettes names.
This probably goes with: https://github.com/ThinkR-open/fusen/issues/172