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>


Try the naniar package in your browser

Any scripts or data that you put into this service are public.

naniar documentation built on May 29, 2024, 1:43 a.m.