TJU_Cayuse {ThomasJeffersonUniv}R Documentation

Award & Effort from Cayuse

Description

Print out grant and effort from Cayuse.

Usage

aggregateAwards(path = "~/Downloads", fiscal.year = year(Sys.Date()))

viewProposal(path = "~/Downloads", fiscal.year = year(Sys.Date()))

viewAward(path = "~/Downloads")

award2LaTeX(path = "~/Downloads")

Arguments

path

character scalar, directory of downloaded award .csv file. Default is the download directory '~/Downloads'

fiscal.year

integer scalar

Details

Function aggregateAwards aggregates grant over different period (e.g. from Axx-xx-001, Axx-xx-002, Axx-xx-003 to Axx-xx). Then we need to manually added in our 'Sponsored Effort' in the returned .csv file.

Value

..

Examples

if (FALSE) {
aggregateAwards()
viewAward()
viewProposal()
award2LaTeX()
}


[Package ThomasJeffersonUniv version 0.1.2 Index]