R/add_abstracts_to_pub_index_md.R
add_abstracts_to_pub_index_md.Rd
Add Abstracts to Hugo-Academic Publications
add_abstracts_to_pub_index_md( endnote_df, overwrite = FALSE, hugo_root_dir = "." )
endnote_df | endnote_df as retrieved by kwb.endnote::create_references_df() or kwb.endnote::clean_references_df() |
---|---|
overwrite | should existing "projects" be overwritten (default: FALSE) |
hugo_root_dir | root dir of hugo-academic website (default: ".") |
add abstracts to index.md
if (FALSE) { endnote_list <- kwb.endnote::create_endnote_list() endnote_df <- kwb.endnote::clean_references_df(endnote_list) add_abstracts_to_pub_index_md(endnote_df = endnote_df) }