Make a for loop cycle and put specific value

Hi commuty

Im want create a for cicle for this table, when I can put certain rule like this:

Input values:

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
Racks <- 48
Profundida<- c(1,13)
Enable <-c("Y","N") 

Because in other situations I need change the input value with other Rack, profundidad and nivel.

Maybe the for loop is not necessary, maybe with dpyrl is other option.

Tnks!

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.