F_Tot.RdPrüft die Spezifikation gegen jeden Fall in einem tibble und fügt eine logische Spalte mit dem Ergebniss hinzu.
F_Tot(x)ein tibble (siehe Format des Rückgabewertes von read.bfs)
wahr oder falsch
F_Tot <- function(x){ x %>%
mutate(F_Tot =
(sep %in% c("5","07")) ) }
if (FALSE) read.bfs(path2file) %>% F_Tot() # \dontrun{}