powered by
Reads Excel files downloaded from the EMDAT Database linked here
read_emdat(path_to_file, file_data = TRUE)
Returns a list containing one or two tibbles, one for the Disaster Data, and one for File Metadata.
A String, the Path to the file downloaded.
A Boolean, Do you want information about the file and how it was created?
if (FALSE) { read_emdat(path_to_file = "~/dummy", file_data = TRUE) }
Run the code above in your browser using DataLab