Skip to content

datawizard 0.3.0

Compare
Choose a tag to compare
@IndrajeetPatil IndrajeetPatil released this 03 Mar 05:57
  • New functions:

    • To find or remove empty rows and columns in a data frame: empty_rows(),
      empty_columns(), remove_empty_rows(), remove_empty_columns(), and
      remove_empty.

    • To check for names: object_has_names() and object_has_rownames().

    • To rotate data frames: data_rotate().

    • To reverse score variables: data_reverse().

    • To merge/join multiple data frames: data_merge() (or its alias
      data_join()).

    • To cut (recode) data into groups: data_cut().

    • To replace specific values with NAs: convert_to_na().

    • To replace Inf and NaN values with NAs: replace_nan_inf().

  • Arguments cols, before and after in data_relocate() can now also be
    numeric values, indicating the position of the destination column.