I need make a for loop like this df, when I can put certain rule like this:
Rack = 48, all rows
profundidad = 1 to 13, in all nivel.
nivel = A to E, put in _enable_ **Y**
nivel = F to L, put in _enable_ **N**
enable = Y and N
Im want have this data frame
Because I need change the input value with other Rack, profundidad and nivel.
Maybe for loop not is necessary. Im try with dplyr