powered by
Combine list values as string.
list2str(x, inputlist)
A vector with the names or numbers of list elements to be combined.
A (named) list with information, e.g., graphical parameter settings.
String
Other Utility functions: findAbsMin(), find_n_neighbors(), firstLetterCap(), getArrowPos(), getDec(), getRange(), getRatioCoords(), get_palette(), group_sort(), inch2coords(), isColor(), move_n_point(), orderBoxplot(), se(), sortGroups()
findAbsMin()
find_n_neighbors()
firstLetterCap()
getArrowPos()
getDec()
getRange()
getRatioCoords()
get_palette()
group_sort()
inch2coords()
isColor()
move_n_point()
orderBoxplot()
se()
sortGroups()
# NOT RUN { test <- list(a=c(1,2,3), b='a', c=c(TRUE, FALSE), d='test') list2str(c('a','c', 'd'), test) # }
Run the code above in your browser using DataLab