namedropR icon indicating copy to clipboard operation
namedropR copied to clipboard

R package namedropR

Results 8 namedropR issues
Sort by recently updated
recently updated
newest added

```r library(namedropR) drop_name_crossref( c(cite1 = "10.1126/science.169.3946.635", cite2 = "10.1111/joms.12670"), export_as = "png", style = "newspaper" ) ``` Error: ```r No cite_key specified. Working through all possible 2 entries in the...

I often find myself creating a citation, just to then find the file, copy it and paste it into - e.g. - PowerPoint. It would be convenient if this step...

This allows users to copy-paste BibTex from (e.g.) Google Scholar ```r drop_name("@article{rungta2022geographic, title={Geographic Citation Gaps in NLP Research}, author={Rungta, Mukund and Singh, Janvijay and Mohammad, Saif M and Yang, Diyi},...

Currently, `export_as = "png")` fails when the keys (and thus file-names) contain characters that need to be escaped in HTML. For instance: ``` r library(namedropR) drop_name_crossref("https://doi.org/10.1037/bul0000315", export_as = "png") #>...

would be nice to have a specific function for use with quarto (with all right defaults) - a white background would be nice when using dark mode - the QR...

Hi @nucleic-acid, Cool package! I was running into a frustrating issue when I tried to play around with it, but it turns out it is caused by `bib2df`. A related...

This is an amazing package, thanks! I currently do this manually for slides, so this is awesome!!! When doing it manually, I always first obtain the short DOI at https://shortdoi.org...

Look into [progressr](https://github.com/HenrikBengtsson/progressr) package to see if this is feasible.