I have installed package pryr in my R studio and now trying to import the same, using
library(pryr)
Getting the error as :
Attaching package: ‘pryr’
The following object is masked _by_ ‘.GlobalEnv’:
f
What shall be done, so that I can import it.