Skip to contents

Concatenate tables across a list of scienceverse objects

Usage

concat_tables(papers, name_path)

Arguments

papers

a list of scienceverse study objects

name_path

a vector of names that get you to the table

Value

a merged table

Examples

grobid_dir <- system.file("grobid", package = "papercheck")
papers <- read_grobid(grobid_dir)
references <- concat_tables(papers, c("refs", "references"))