Error when .f contains curly braces
Opened this issue · 0 comments
TimTeaFan commented
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
.