delete_refs_n_heads: Returns and saves text files without the references section.

Description Usage Arguments Value Examples

View source: R/delete_refs_n_heads.R

Description

Returns and saves text files without the references section.

Usage

1
2
delete_refs_n_heads(metadata = NULL, folder, number = NULL,
  encoding = "ASCII")

Arguments

folder

Name of folder within working directory in which the citing documents (.txt files) are located, e.g. "Beck 1995".

number

Number of .txt files in folder the function should be applied to. Default is "all .txt files in folder".

Value

Returns and saves text files without the references section.

Examples

1
2
3
4
5
6
## Not run: 
 setwd("C:/Users/paul/Google Drive/Research/2016_Quality_of_citations/data")
 folder <- "Acemoglu 2001"
 delete_refs_n_heads(folder, number = 100)

## End(Not run)

paulcbauer/citationsr documentation built on May 3, 2019, 5:47 p.m.