Scimeetr is an R package, and a shiny app that helps researchers introduce themselves into their scholarly literature. It contains a suit of function that let someone: load bibliometric data into R, make a map of peer reviewed papers by creating various networks, find research community, characterize the research communities, and generate reading list.
hi, I have sucessfully installed the package.
However, I meet problems when I try to use it.
when I try to read data from txt download from wos: ( I have changed the file to UTF-8)
wos_df <- import_wos_files(files_directory = fpath) Warning message: In readChar(full_file_path, file.info(full_file_path)$size) : can only read in bytes in a non-UTF-8 MBCS locale
hi, I have sucessfully installed the package. However, I meet problems when I try to use it.
when I try to read data from txt download from wos: ( I have changed the file to UTF-8)
wos_df <- import_wos_files(files_directory = fpath) Warning message: In readChar(full_file_path, file.info(full_file_path)$size) : can only read in bytes in a non-UTF-8 MBCS locale