Skip to contents

Gets presentation yaml file from GeoKey

Usage

gvz_quarto_get_presentation_yaml(path, prefix)

Arguments

path

Path where the yaml file gets downloaded to

prefix

Prefix for the path on GeoKey

Examples

if (FALSE) { # interactive()
# Not run: only work in quarto projects

gvz_quarto_get_presentation_yaml("Presentations/", "DF")
}