inst/templates/minimal/src/functions.R

library('ProjectTemplate')
load.project()

for (dataset in project.info$data)
{
  message(paste('Showing top 5 rows of', dataset))
  print(head(get(dataset)))
}
msandifo/reproscir documentation built on Oct. 2, 2020, 3:30 p.m.