make_degauss_command | R Documentation |
create a DeGAUSS command
make_degauss_command(
input_file = "my_address_file_geocoded.csv",
image,
version = "latest",
argument = NA,
docker_cmd = find_docker()
)
input_file |
name of input file |
image |
name of DeGAUSS image |
version |
version of DeGAUSS image |
argument |
optional argument |
docker_cmd |
path to docker executable |
DeGAUSS command as a character string
make_degauss_command(image = "geocoder", version = "3.2.0", docker_cmd = "docker")
make_degauss_command(image = "geocoder", version = "3.2.0", argument = "0.4", docker_cmd = "docker")
make_degauss_command(image = "geocoder", version = "3.2.0", docker_cmd = "/usr/local/bin/docker")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.