ipeaGIT / censobr

https://ipeagit.github.io/censobr/
Other
34 stars 6 forks source link

New function to add labels to variables #4

Closed rafapereirabr closed 1 year ago

rafapereirabr commented 1 year ago

Initially, here's the idea. One function per data set

Depending on how it goes, it might be better to have a single function that applies to different data sets. E.g.

The downside of this first approach is having too many functions, code repetition because of some variables that are in common between datasets. Meanwhile, the downside of the second approach is that the function will be too big, and harder to manage.