saving . . . saved R packages has been deleted. R packages has been hidden .
R packages
Title
Question
How do we know which package has what all functions in the library ? for e.g." Mass"can perform fractions

R Introduction-to-RStudio 06-07 min 10-20 sec 29-05-20, 12:13 a.m. pankaj.priya@bimtech.ac.in

Answers:

You can use the following command to know all the functions available in a package:
help(package = dplyr)

For more details, please refer to 
https://stackoverflow.com/questions/30392542/is-there-a-command-in-r-to-view-all-the-functions-present-in-a-package
29-05-20, 12:33 a.m. sudhakarst


Log-in to answer to this question.