Description Usage Arguments Value Examples
View source: R/libproj-install-proj-data.R
Since PROJ 7.0, the data files used to convert between horizontal and vertical datums
are packaged separately. You can access these files as needed using the PROJ
networking capability (e.g., with libproj_configure(network_enabled = TRUE)
) or
you can download them all at once. This function searches for the latest release
from the PROJ-data.
1 2 3 4 5 6 7 | libproj_install_proj_data(
where = libproj_default_data_dir(),
overwrite = NA,
quiet = FALSE
)
libproj_has_proj_data(where = libproj_default_data_dir())
|
where |
The directory into which data files will be installed. |
overwrite |
Use |
quiet |
Use |
TRUE
if files were downloaded and installed, FALSE
otherwise
1 2 3 4 5 | # will download ~600 MB!
## Not run:
libproj_install_proj_data()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.