Combine list values as string.
Combine list values as string.
list2str(x, inputlist)
x |
A vector with the names or numbers of list elements to be combined. |
inputlist |
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()
test <- list(a=c(1,2,3), b='a', c=c(TRUE, FALSE), d='test')
list2str(c('a','c', 'd'), test)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.