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 |
fiscal.year |
integer scalar |
Details
-
go to
https://jefferson.cayuse424.com/sp/index.cfm
-
My Proposals -> Submitted Proposals. Lower-right corner of screen, 'Export to CSV'. Downloaded file has name pattern
'^proposals_.*\\.csv'
-
My Awards -> Awards (not 'Active Projects'). Lower-right corner of screen, 'View All', then 'Export to CSV'. Downloaded file has name pattern
'^Awards_.*\\.csv'
-
My Awards -> Awards. Click into each project, under 'People' tab to find my 'Sponsored Effort'
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()
}