Writes data to path, if directory doesn't exist it is created before file is written
     
    
    Usage
    write_file_with_hash(data, path, overwrite = FALSE, ...)
 
     
    
    Arguments
- data
 
the data object to write to file
 
- path
 
the destination of the file (csv or parquet)
 
- overwrite
 
boolean of whether to overwrite or not.
 
- ...
 
additional arguments for digest or write_file.
 
 
    
    Value
    Nothing, File is created and hash of created file is printed