pkgdown/analytics.html

Skip to contents

Write a GeoLocator Data Package to disk with frictionless::write_package(). Standard datapackage files are written from the package descriptor and resources, while pkg$params is serialized separately to params.json when present.

Usage

write_gldp(pkg, directory = ".", compress = FALSE)

Arguments

pkg

A GeoLocator Data Package object.

directory

Directory where datapackage.json and resources are written.

compress

Logical. Passed to frictionless::write_package().

Value

Invisibly returns directory.

See also

create_gldp() to create a package and read_gldp() to read one back from disk.