# default combine
defaultCombine("f", "depot")
defaultCombine(list(c("a", "funny", "c")))
defaultCombine(c("a", "funny", "c"))
# snake combine
snakeCombine("f", "depot")
snakeCombine(list(c("a", "funny", "c")))
snakeCombine(c("a", "funny", "c"))
# dot combine
dotCombine("f", "depot")
dotCombine(list(c("a", "funny", "c")))
dotCombine(c("a", "funny", "c"))
# blank combine
blankCombine("f", "depot")
blankCombine(list(c("a", "funny", "c")))
blankCombine(c("a", "funny", "c"))
Run the code above in your browser using DataLab