dataset_ttl_write()
: write datasets to turtle
format;get_prefix()
,
get_resource_identifier()
, xsd_convert()
, and
dataset_to_triples()
.New vignettes on
The devel branch contains new code that is not is validated, but as a whole the package is not working consistently.
datacite()
has a new interface and an
as_datacite()
retrieval version. See the
Working with DataCite Metadata
vignette.dublincore()
has a new interface and an
as_dublincore()
version. See the
Working with Dublin Core Metadata
vignette.All tests are passing but documentation is not rewritten yet.
new subject class for recording subjects
New s3 classes for DataCite and Dublin Core bibliographic entries.
A minor correction to avoid vignettes downloading data from the Eurostat data warehouse on CRAN. Small readability improvements in the vignette articles.
dataset()
s3 class:
print.dataset()
, summary.dataset()
,
subset.dataset
, [.dataset
,
as.data.frame()
.dataset_local_id()
and dataset_uri()
to the dataset functions.Development version available on Zenodo.
dataset_export()
is implemented with filetype =
‘csv’.identifier()
, publisher()
,
publication_year()
, language()
,
description()
, datasource_get()
and
datasource_set()
[to avoid confusion with the base R
source() function], geolocation()
, rights()
,
version()
.dataset_title()
, subject()
,
subject_create()
.download_dataset()
,
datacite()
, and the dataset()
constructor.dataset()
class, an improved
data.frame (tibble, DT) R object with standardized structure and
metadata.First development version release.