I'm using full join to vertically join 4 data frames and I'm getting an unexpected symbol error message

Assuming you are talking about dplyr::full_join(), you can only join two dataframes at a time.

If you need more specific help, please provide a proper REPRoducible EXample (reprex) illustrating your issue.