Adding funding to template

There are two options to add into the templates the funding text that goes into acknowledgement.

sourcing from github

You can load the code with devtools, from the remote repository:

devtools::source_url("https://github.com/hbc/hbcABC/raw/master/R/funding.R")

installing hbcABC package

If you install the packate with devtools:

devtools::install_github("hbc/hbcABC")
library(hbcABC)

Adding funding information

Then you can access directly to the functions:

cat(funding_catalyst(), funding_general("LPantano", "RNASeq analysis"))
ls("package:hbcABC")[grepl("funding", ls("package:hbcABC"))]

Some of the funding_* functions need some arguments, like author, and service.

You can look for documentation with ?funding_*.



hbc/hbcABC documentation built on Sept. 5, 2019, 9:51 p.m.