Check for missing data in required fields
     
    
    Usage
    check_missing_data(formatted_csv, col_attributes)
 
    
    Arguments
- formatted_csv
- The user provided dataframe to check. 
- col_attributes
- A named list of expected column attributes. 
 
    
    Value
    An ErrorData object if any required data is missing, otherwise NULL.