# Specify the notation
split_noun_pp(c("a [of b in c]", "d [of e into f]"),
notation = bracket_notation)
# Infer the notation via default arguments
split_noun_pp(c("a [of b in c]", "d [of e into f]"))
Run the code above in your browser using DataLab