faux_options() # see all options
faux_options("sep") # see value of faux.sep
if (FALSE) {
# changes cell separator (e.g., A1.B2)
faux_options(sep = ".")
# changes cell separator back to default (e.g., A1_B2)
faux_options(sep = "_")
}
Run the code above in your browser using DataLab