Description Usage Arguments Value Examples
Allows extrction data for a particular VDC, muni, or district.
1 | pullAdmData(adm.name, adm.flag, tablename)
|
adm.name |
input character vector of District/VDC |
adm.flag |
Either string district or string vdcmun |
tablename |
PostgreSQL data table name |
dataframe containing subsetted data
1 2 | pullAdmData("Kathmandu", "district", building)
pullAdmData("Pokhara U.M.N.P.", "vdcmun", death)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.