Skip to contents

Concatenate tables across a list of paper objects

Usage

concat_tables(papers, name_path)

Arguments

papers

a list of paper objects

name_path

a vector of names that get you to the table

Value

a merged table

Examples

references <- concat_tables(psychsci[1:10], "references")