In some GitHub actions, you can pass an arbitrary R vector in and we will
parse it. Unfortunately, this can lead to the insertion of malicious code,
so this function will thrown an error if the submitted R expression is
anything but a vector created with c()
,