Learn R Programming

weed (version 1.1.2)

read_emdat: 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)

Value

Returns a list containing one or two tibbles, one for the Disaster Data, and one for File Metadata.

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?

Examples

Run this code
if (FALSE) {
read_emdat(path_to_file = "~/dummy", file_data = TRUE)
}

Run the code above in your browser using DataLab