phenology.parameters = function(breeder=FALSE)
{
if(!breeder)
print(read.table(file="data/PARAM.DESC.csv", header = TRUE, sep=";"))
else
print(read.table(file="data/PARAM.DESC.breeder.csv", header = TRUE, sep=";"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.