add_projects_to_pub_index_md: Add Projects to Hugo-Academic Publications

Description Usage Arguments Value Examples

View source: R/add_projects_to_pub_index_md.R

Description

Add Projects to Hugo-Academic Publications

Usage

1
2
3
4
5
6
add_projects_to_pub_index_md(
  endnote_df,
  overwrite = TRUE,
  col_project = "custom2",
  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: TRUE)

col_project

name of column containing project id (default: "custom2")

hugo_root_dir

root dir of hugo-academic website (default: ".")

Value

add project tags to index.md

Examples

1
2
3
4
5
6
## Not run: 
endnote_list <- kwb.endnote::create_endnote_list()
refs_df_clean <- kwb.endnote::clean_references_df(endnote_list)
add_projects_to_pub_index_md(endnote_df = refs_df_clean)

## End(Not run)

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