#' Gecocode a vector of addresses in batches. #' Addresses are partitioned into batches of up to `batch_size` #' elements. The batches are then sent to the geocoding service #' in parallel using ...
There are as well some parsing / normalization helpers. The command line interface is designed for piping input / output streams, but for each command a -i <input_file> and -o <output_file> can be ...