For a specified polygon, this function will generate an HTML summary report providing more detailed diagnostics and an interactive map. If a list of polygon filepaths is provided, a separate report will be built for each.

create_reports(polygons = polygonName, out_dir = "Reports",
  input_file = NULL)

Arguments

polygons

the name of the filepath to the polygon. Can be supplied a list.

out_dir

the output directory

Details

The full details provided by the report include:

  • A printout of the shapefile fields

  • An interactive map showing the polygon and corresponding survey point

  • A count of the number of settlement points within the polygon

The function is designed to be used once the settlement data, survey points and ORNL datasets have been loaded.