I am trying to pass a list element to R's str_replace function. Say I have a string: a <- 'A dog is small' and a list l <- c('big','medium') ...
確定! 回上一頁