This is similar to the question here: MongoDB password with "@" in it
However, I'm using the R package mongolite to connect so I can't apply that solution. Any recommendations on how to modify it so that it still works for the mongolite package
For example if my username is: user1, and my password is: p@ssword, how would I write:
mongodb://user1:p@ssword@myip
Thank you!