Back

Explore Courses Blog Tutorials Interview Questions
+1 vote
3 views
in R Programming by (3.9k points)
recategorized by
I work on Mac OSX and want to install a RJSONIO package in my R, I am a beginner currently and I have no I idea about installing a package in R. Can someone explain it to me?

1 Answer

0 votes
by
edited

You can install the downloaded package as follows:

install.packages(filepath, repos = NULL, type="source")

Or you can directly install the package form cran repository as follows:

install.packages("RJSONIO")

If you want to explore more in R programming then watch this R programming tutorial for beginner:

Related questions

+1 vote
1 answer
+1 vote
1 answer
0 votes
1 answer
+1 vote
1 answer
asked May 29, 2019 in R Programming by Ritik (3.5k points)

Browse Categories

...