You are on page 1of 9

Socviz Pakage:

1- Instal the rstudio pakage in your device.


2- By going in the console pannel launch Rstudio and then type the following code
at the console prompt( > ) hiiting return at the end of each line.
3- Type the code for installing the package after the (>).
o my_packages <- c("tidyverse", "fs", "devtools")
o install.packages(my_packages)
o install.packages("socviz")
Healthy R (Second way to install a package)
1- Go to the packages option in the right corner.
2- Go to the install option.
3- Type healthyR in package name and install it.
Terminal:
In the terminal section the loction of the current file can be seen and u can do further
tasks. You can see them in the left upper part of screen.
History:
The history of the software shows all the tasks that are performed in it. You can see the
software that are installed recently. You can see in the right upper part.
Connection:
The Connection build or established are in the connection section at the right top corner.

Build:
In the build section you can install or restart the process if it’s not working and check them.
Tutorial:
In the tutorial section you can how to do specific tasks. These are some guidelines to
your specific task.

New File:
In the new file section you can select on which type of program you want to work or to
perform coding (your tasks).
Addins:
In this section you can select weather you want to perform an action on a clipboard, file
or a pakage with specific tasks.

Help:
In the help section you can take help from the software if you are facing difficulty in
doing some tasks or operations.
Viewer:
The viewer section shows that who is viewing your tasks or operations performed in the
system in case if you want to take help or share your work with some one.

You might also like