read_emdat {weed} | R Documentation |
Reads Excel Files obtained from EM-DAT Database
Description
Reads Excel files downloaded from the EMDAT Database linked here
Usage
read_emdat(path_to_file, file_data = TRUE)
Arguments
path_to_file |
A String, the Path to the file downloaded. |
file_data |
A Boolean, Do you want information about the file and how it was created? |
Value
Returns a list containing one or two tibbles, one for the Disaster Data, and one for File Metadata.
Examples
## Not run:
read_emdat(path_to_file = "~/dummy", file_data = TRUE)
## End(Not run)
[Package weed version 1.1.2 Index]