Learn R Programming

ThomasJeffersonUniv (version 0.1.3)

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

Value

..

Arguments

path

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

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.

Examples

Run this code
if (FALSE) {
aggregateAwards()
viewAward()
viewProposal()
award2LaTeX()
}

Run the code above in your browser using DataLab