r paste("### ", currentDataset, collapse='\n')

plotData(site = currentSiteName, dataset = currentDataset, automaticPanels = T)
df <- summarizeData(site = currentSiteName, dataset = currentDataset)
df2 <- summarizeData(site = currentSiteName, dataset = currentDataset, by="total")
df <- rbind(df, df2)
pander(df, adding = 0, missing = '**--**', digits = 3,  use.hyphening = TRUE,  split.cells = 3, split.tables = 200,  caption = tableCaption(paste("Summary of ", currentDataset, " for ", currentSiteName,". Note: Average of the annual sum of the variables p_mm and rad_Jcm2day. Rest of variables, average of the annual mean values.", sep="")))


Try the ProfoundData package in your browser

Any scripts or data that you put into this service are public.

ProfoundData documentation built on March 31, 2020, 5:24 p.m.