A list of length 2 containing geographic administrative boundary data for Sierra Leone, stored as simple features (sf) objects.
Details
Each admin level can be joined to the example df_ll_ebola
dataset with a join by
specification of c("pcode" = "adm3_pcode")
and c("pcode" = "adm4_pcode")
respectively. These should be passed as the join_by
field in each geo_data
specification passed to place_ui and place_server.