fetch_manuscript_citation: Fetch citation from main text in a manuscript

View source: R/fetch_manuscript_citation.R

fetch_manuscript_citationR Documentation

Fetch citation from main text in a manuscript

Description

The function could be used as fetching citation from main text in a manuscript. It is used to show cited references tyles and list. Thus, it can be used to check whether references cited match or not if they are compared with with reference list at the end of manuscript.

Usage

fetch_manuscript_citation(txt)

Arguments

txt

a txt file from main text in manuscript.

Examples

txt <- readLines("clipboard")
fetch_manuscript_citation(txt)


liuguofang/figsci documentation built on Nov. 24, 2023, 1:45 p.m.