add_abstracts_to_pub_index_md: Add Abstracts to Hugo-Academic Publications

Description Usage Arguments Value Examples

View source: R/add_abstracts_to_pub_index_md.R

Description

Add Abstracts to Hugo-Academic Publications

Usage

1
2
3
4
5
add_abstracts_to_pub_index_md(
  endnote_df,
  overwrite = FALSE,
  hugo_root_dir = "."
)

Arguments

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: ".")

Value

add abstracts to index.md

Examples

1
2
3
4
5
6
## Not run: 
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)

## End(Not run)

KWB-R/kwb.pubs documentation built on Aug. 21, 2021, 4:09 a.m.