Skip to contents

attach_meta_uid utilizes stored user credentials to access a GoogleSheet where province and district uid metadata is stored.

Usage

attach_meta_uid(df, sheetname = "map_distrito_psnuuid")

Arguments

df

Dataframe cleaned via reshape_sisma

sheetname

Sheet name from the MISAU_Site_Map

Value

A dataframe containing site metadata

Examples

 if (FALSE) { # \dontrun{

 df <- attach_meta_uid(df)} # }