loopurrr icon indicating copy to clipboard operation
loopurrr copied to clipboard

Error when .f contains curly braces

Open TimTeaFan opened this issue 3 years ago • 0 comments

map(1:4,  function(x) {
  x
  }) %>% as_loop()
#> Error: 'text' should either be length 1, or same length as 'ranges'

This error is probably raised in insert_and_reformat_text.

TimTeaFan avatar Apr 19 '22 21:04 TimTeaFan