| addsuffixes | R Documentation | 
Adds suffixes for daily maximum and minimum temperature to the names of a column data frame
addsuffixes(
  names = c("T0001", "T0099", "T0001", "T0099"),
  suffix = c("_Tx", "_Tn"),
  sep = ""
)
| names | a character string vector with column names | 
| suffix | suffixes to add to the first and second groups of column names respectively | 
| sep | separation element | 
This function is used for data frames with duplicated field names
the vector of names with suffixes added
getVARmodel
names <- addsuffixes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.