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
 
 
    
    
    Examples
    biblio <- concat_tables(psychsci[1:10], "bib")
xrefs <- concat_tables(psychsci[1:10], "xrefs")