José de Jesus Filho
José de Jesus Filho
Congratulations for the package, `re2_detect` and `re2_replace` are much faster than their stringr and stringi counterparts. I haven't seen a `re2_extract` similar to `str_extract` stringr. I can get the same...
I have been using `tidyquant::tq_transmute` inside a function of one of my packages, but today I got the following error: Error in check_transmute_fun_options(mutate_fun) : fun = xts::apply.monthly not a valid...
According to the [Unicode Technical Standard #35](http://www.unicode.org/reports/tr35/tr35-collation.html#Case_Parameters), when case Level is set to On and strength set to primary, ICU should ignore accents but take case into account. This is...
If I have an editable table where one of the columns has a long text and the other is empty or NA, where I want the user to add a...
I think it would handy to have a function to `list.files` before using `scp_download`, as most of the time we want to check file paths before downloading them. I have...
I am new to curlconverter. I tried one of the examples from the README, and got this error: httpbinrhcurl
First of all, I want to congratulate you for the initiative. I thought that a package name coursedown should exist, and found out that you did it. I just installed...
Fernando, primeiramente parabéns pelo trabalho. Veio na hora certa. Você acha interessante colocar a data dos índices mais recentes dos preços? Acho particularmente útil quando se quer usar a função...
I can easily change values with the low level interfance: ``` library(jqr) jq('{"a": 2, "b": 3}', ".a = 1") ``` But I have not found a function in the package...
Functions `query_build` and `query_parse` are very useful in the day to day work of web scraping. I think it would be great if the they were exported.