kobekko94 / Yusuke-Flexdashboard-Practice

0 stars 0 forks source link

Adding labels to table #8

Open kobekko94 opened 6 years ago

kobekko94 commented 6 years ago

Figured out how to add levels as such:

table(factor(red_day1, levels=1:36), factor(red_day1, levels=1:18))

But what I really want is a table with labels for the variables. How can I do this?

davclark commented 6 years ago

Also addressed this in basic-r.Rmd