tests/testthat/_snaps/summary.md

The summary print method prints the correct object

Code
  skim_summary_input
Output
  -- Data Summary ------------------------
                             Values
  Name                       iris  
  Number of rows             150   
  Number of columns          5     
  _______________________          
  Column type frequency:           
    factor                   1     
    numeric                  4     
  ________________________         
  Group variables            None

The summary print method prints the correct object when piped

Code
  summary_input
Output
  -- Data Summary ------------------------
                             Values    
  Name                       Piped data
  Number of rows             150       
  Number of columns          5         
  _______________________              
  Column type frequency:               
    factor                   1         
    numeric                  4         
  ________________________             
  Group variables            None


ropenscilabs/skimr documentation built on Feb. 2, 2025, 12:14 p.m.