cspade - How can I filter the input data before analysis?

Réponse

You can use the "where" parameter to specify an expression for subsetting the input data. Additionally, the "whereTable" parameter allows you to use rows from another table as a filter.
Did this answer help you?