My code is
fit <- survfit(Surv(OS, DEATH) ~ high, data=datf1)
no error
ggsurvplot(fit, pval=TRUE, conf.int=TRUE.
risk.table=TRUE, surv.median.line='hv', ylab='OS', break.x.by=5, palette=cols,
title="P_01")
Error in match (x, table, nomatch=0L):
'match' requires vector arguments
Three days ago I ran this code no issues. Today I run this code and I am getting the above error message.