1

Is there an equivalent to Stata's codebook command or any other quick function to access the different possible values and codes of a variable?

Thank you so much!

DataDonkey
  • 13
  • 2

1 Answers1

0

R has the codebook package which is very similar to the Stata command codebook.

install.packages("codebook")
library(codebook)
new_codebook_rmd()
flxflks
  • 498
  • 2
  • 13