count_ref | R Documentation |
count_ref()
count references/citations from files. If more than one file is
used, the function returns the sum of the count of the references/citations
from each file.
At the moment, count_ref()
works only with PubMed and RIS (Research
Information Systems) formats.
count_ref(file = file.choose())
file |
(optional) a |
count_ref()
also allows you to read ZIP compacted files. Just assign
the ZIP file in the file
argument.
A numeric
value with the count or sum of the count of the
references/citations found in the file
argument.
Other reference/citation functions:
guess_ref()
,
read_ref()
## Not run:
file <- raw_data()[grep("_pubmed_", raw_data())]
file <- raw_data(file)
count_ref(file)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.