I have a survival analysis model with a time-dependent covariate. I can model this in R with code like:
coxph(Surv(FUTIME, status) ~ exposure + tt(exposure),