# args ------------------
#' Common arguments for [flow_mapper()], [form_mapper()], [facet_mapper()], a
#' nd [wepp_mapper()]
#'
#' @param folder Character. Location of [flow_mapper()] output
#' @param grid Numeric. Grid size in m of the input DEM file
#' @param min_x Numeric. Starting x coordinate (in meters)
#' @param min_y Numeric. Starting y coordinate (in meters)
#' @param resume Character. From which stage should the run be resumed? (see
#' @param clean Logical. Remove all output files from previous runs in this
#' folder?
#' @param report Logical. Create html report of results?
#' @param log Logical. Create log file recording progress?
#' @param verbose Logical. Output extra progress messages.
#' @param quiet Logical. Suppress all messages.
#' @param debug Logical. If TRUE, output files contain intermediate columns
#' useful for debugging (e.g., 'buffer', 'seqno_buffer', etc.) Default FALSE.
#'
#' @keywords internal
#' @name args
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.