beckerbenj / eatRecode

https://beckerbenj.github.io/eatRecode/
GNU General Public License v3.0
0 stars 2 forks source link

rename `recodedList` in `extractManualRecode()` to `recodedDf` #22

Closed nickhaf closed 6 months ago

nickhaf commented 9 months ago

@beckerbenj : I'd like to seperate it more from a recodeList, as the argument in this function is actually the recoded data frame put into useRecodeList(). The current name suggests that it is some kind of recodeList, even though it is not, as it still contains NAs, and could also contain additional columns.

beckerbenj commented 9 months ago

Agree, sounds like a good idea!