You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this approach including getting profile data from googlescholar. I'm struggling to follow the code and have run into a few issues:
Step four has a different function name to the one defined in the uploaded code 'getProfiledatFunc' vs 'getProfileFunc'
`iv. Define an input file that the epsilon.index.func will use, e.g.,
example.dat <- getProfiledatFunc(ids, genders)`
The package "scholar" is required for the function 'get_profile' defined in the function. It may be worth adding that package to the example code.
When addressing the above two, I still get the error: Error in getProfileFunc(ids, genders) : unused argument (genders). When I pass a vector of only ids to the function I get the error Error in gsdata[, 1] : incorrect number of dimensions
That's where my R knowledge ends!
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to use this approach including getting profile data from googlescholar. I'm struggling to follow the code and have run into a few issues:
`iv. Define an input file that the epsilon.index.func will use, e.g.,
example.dat <- getProfiledatFunc(ids, genders)`
The package "scholar" is required for the function 'get_profile' defined in the function. It may be worth adding that package to the example code.
When addressing the above two, I still get the error:
Error in getProfileFunc(ids, genders) : unused argument (genders)
. When I pass a vector of only ids to the function I get the errorError in gsdata[, 1] : incorrect number of dimensions
That's where my R knowledge ends!
The text was updated successfully, but these errors were encountered: