Changes in version 0.2.1 - filter_out_() added. - More tests. - library_dplyr() and library_tidyr() to load and attach {dplyr} and {tidyr} without exposing their functions that end with an underscore and that may conflict with {svTidy} functions. Changes in version 0.2.0 - Refactoring of the man pages (and splitting of SciViews functions into separate script files). Changes in version 0.1.1 - A bug in separate_() is corrected: when into= contains NA and the data frame contains other columns, insertion of new columns failed. - On the contrary to tidyr::separate(), separate_() does not allow any more all NA values for the into= argument (meaning we want to keep none of the separated columns). It raises an error with a tip to use select_() instead to eliminate a column from the data frame. Changes in version 0.1.0 - Initial version with code that was initially in {svBase}.