How can I download the user mobilizr package in r studio cloud?

I suppose you are referring to this package

If that is the case then for installing packages from github you first need to have the remotes package installed.

install.packages("remotes")

Then you can install the package from github with this command

remotes::install_github("mobilizingcs/mobilizr")
1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.