tests/testthat/_snaps/prop_row.md

rowwise errors for non data frames

Code
  n_miss_row(numeric(0))
Condition
  Error in `n_miss_row()`:
  ! Input must inherit from <data.frame>
  We see class: <numeric>
Code
  n_miss_row(NULL)
Condition
  Error in `n_miss_row()`:
  ! Input must not be NULL
  Input is <NULL>
Code
  n_complete_row(numeric(0))
Condition
  Error in `n_complete_row()`:
  ! Input must inherit from <data.frame>
  We see class: <numeric>
Code
  n_complete_row(NULL)
Condition
  Error in `n_complete_row()`:
  ! Input must not be NULL
  Input is <NULL>
Code
  prop_miss_row(numeric(0))
Condition
  Error in `prop_miss_row()`:
  ! Input must inherit from <data.frame>
  We see class: <numeric>
Code
  prop_miss_row(NULL)
Condition
  Error in `prop_miss_row()`:
  ! Input must not be NULL
  Input is <NULL>
Code
  prop_complete_row(numeric(0))
Condition
  Error in `prop_complete_row()`:
  ! Input must inherit from <data.frame>
  We see class: <numeric>
Code
  prop_complete_row(NULL)
Condition
  Error in `prop_complete_row()`:
  ! Input must not be NULL
  Input is <NULL>


njtierney/naniar documentation built on March 19, 2024, 9:48 p.m.