if (FALSE) {
# get list of *all* metadata
metadata(TF)
# get just the number 'gamma'
metadata( TF, 'gamma' )
# alternative method to get just the number 'gamma'
metadata( TF )$gamma
# set the 'date'
metadata( TF ) = list( date="2016-04-01" )
}
Run the code above in your browser using DataLab