remove_query_string not available
Closed this issue · 2 comments
dcaud commented
I'm trying to run the example, but get the following error:
library(polishedpayments)
Error: package or namespace load failed for ‘polishedpayments’:
object ‘remove_query_string’ is not exported by 'namespace:polished'
merlinoa commented
I think you just need the dev version of polished. You can install with:
remotes::install_github("tychobra/polished")
Make sure to restart your R session after installing.
dcaud commented
That worked!