scholar icon indicating copy to clipboard operation
scholar copied to clipboard

Analyse citation data from Google Scholar

Results 30 scholar issues
Sort by recently updated
recently updated
newest added

I have updated my R 4.2.2 in my aarch64-apple-darwin20 and I always obtain the same error: predict_h_index("vamErfkAAAAJ") Error in if (is.na(h)) return(NA) : the condition has length > 1 I...

Hello - when I use get_complete_authors it returns NA for the author column (even when I try and just do one article). In running the function on its own, I...

Hello, Thank you for your great work. I was trying to modify the `format_publications()` and as I was looking at the source code, I was not able to access the...

I have a long data frame of authors with their scholar ids. Running get_publications sequentially on this list produces random 404 warnings, and NA is returned. For example: > get_publications("ri2FkCgAAAAJ")...

Hi, thank you for developing and maintaining the package! It seems that get_article_cite_history(id, article) currently reports the number of citations per year. Is there a way of getting the precise...

There are a couple of typos in author_position() here: https://github.com/jkeirstead/scholar/blob/5a5e04151ace7fe04cc903f29e50602e3b7fdf65/R/scholar.r#L252 https://github.com/jkeirstead/scholar/blob/5a5e04151ace7fe04cc903f29e50602e3b7fdf65/R/scholar.r#L255 ``` } else{ pectentage

When using get_publications(), all retrieved publications have NAs for the pubid column: `# example from help doc` `id

When using get_article_cite_history(), an article with years with zero citations will cause one of two errors. First, there may be an error message indicating that the length of years is...

**scholar** can't be used in Shiny apps hosted by a Shiny server such as shinyapps.io because of an authentication issue raised on [Stack Overflow](https://stackoverflow.com/questions/44126420/using-scholar-package-with-shiny), discussed in [**httr**](https://github.com/r-lib/httr/issues/215) and solved for...