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 keep getting this error when using the convert2df function to convert a dimensions file to bibliometric data frame.
ℹ Use spec() to retrieve the full column specification for this data.
ℹ Specify the column types or set show_col_types = FALSE to quiet this message.
Error in $<-.data.frame(*tmp*, "AU", value = character(0)) :
replacement has 0 rows, data has 137
This is my code:
Z= convert2df("file path.csv", dbsource='dimensions', format='csv')
AU column is labeled as such, with authors separated by semi-colon, last name, first initial
R 4.3.1
packages loaded
Appreciate any help!
The text was updated successfully, but these errors were encountered:
Hello,
Thank you so much for your response. Please see the attached CSV with
headings in the format required for "bibliometrix" package in R.
Thank you!
Hello,
I keep getting this error when using the convert2df function to convert a dimensions file to bibliometric data frame.
ℹ Use
spec()
to retrieve the full column specification for this data.ℹ Specify the column types or set
show_col_types = FALSE
to quiet this message.Error in
$<-.data.frame
(*tmp*
, "AU", value = character(0)) :replacement has 0 rows, data has 137
This is my code:
Z= convert2df("file path.csv", dbsource='dimensions', format='csv')
AU column is labeled as such, with authors separated by semi-colon, last name, first initial
R 4.3.1
packages loaded
Appreciate any help!
The text was updated successfully, but these errors were encountered: