diff --git a/_pkgdown.yml b/_pkgdown.yml index c542acd..cd71da4 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -16,25 +16,11 @@ reference: - remove_public_read - is_public_read -- title: "DataOne Functions" - desc: > - Helper functions for the dataone package - contents: - - is_token_set - - get_token - - is_token_expired - - get_mn_base_url - - is_authorized - - title: "NetCDF Functions" desc: > Get a data.frame of attributes from a NetCDF object contents: - get_ncdf4_attributes - - get_token - - is_token_expired - - get_mn_base_url - - is_authorized - title: "Sysmeta Function" desc: > @@ -42,7 +28,6 @@ reference: contents: - get_all_sysmeta - - title: "Package editing functions" desc: > Functions for managing package contents @@ -56,7 +41,7 @@ reference: - reformat_file_name - title: "Functions to help test a package" - desc: > + desc: > Various helper functions for things like testing a package contents: - starts_with('create_') @@ -64,14 +49,16 @@ reference: - get_orcid_email - title: "EML Functions" - desc: > + desc: > Helper functions for creating EML metadata contents: - starts_with('pid_') - - starts_with('eml_') - - sysmeta_to_eml_physical - - get_orcid_email - - set_abstract + - eml_get_raster_metadata + - eml_nsf_to_project + - eml_otherEntity_to_dataTable + - eml_set_reference + - eml_set_shared_attributes + - eml_validate_attirbutes - which_in_eml - reorder_pids @@ -88,6 +75,7 @@ reference: - guess_format_id - format_eml - format_iso + - convert_iso_to_eml - title: "QA Function" desc: > diff --git a/docs/pkgdown.yml b/docs/pkgdown.yml index a829ff6..944580f 100644 --- a/docs/pkgdown.yml +++ b/docs/pkgdown.yml @@ -4,5 +4,5 @@ pkgdown_sha: ~ articles: a-overview: a-overview.html b-basic-usage: b-basic-usage.html -last_built: 2021-03-15T23:00Z +last_built: 2021-03-16T00:07Z diff --git a/docs/reference/index.html b/docs/reference/index.html index 796a0dd..0172d6e 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -188,49 +188,6 @@

-

DataOne Functions

-

Helper functions for the dataone package

- - - - - - - - - - -

is_token_set()

- -

Test whether a token is set

- - - -

get_token()

- -

Get the currently set authentication token

- - - -

is_token_expired()

- -

Determine whether token is expired

- - - -

get_mn_base_url()

- -

Get base URL of a Member Node

- - - -

is_authorized()

- -

Check if user has authorization to perform an action on an object

- @@ -249,30 +206,6 @@

get_ncdf4_attributes()

Get a data.frame of attributes from a NetCDF object

- - - -

get_token()

- -

Get the currently set authentication token

- - - -

is_token_expired()

- -

Determine whether token is expired

- - - -

get_mn_base_url()

- -

Get base URL of a Member Node

- - - -

is_authorized()

- -

Check if user has authorization to perform an action on an object

@@ -447,72 +380,12 @@

eml_abstract()

- -

Create an EML abstract

- - - -

eml_add_entity_system()

- -

Add system information to entities

- - - -

eml_add_publisher()

- -

Add publisher information to EML document

- - - -

eml_address()

- -

Create an EML address element

- - - -

eml_associated_party()

- -

Create an EML associatedParty

- - - -

eml_contact()

- -

Create an EML contact. Contact information is passed on to eml_party()

- - - -

eml_creator()

- -

Create an EML creator.

- - - -

eml_geographic_coverage()

- -

Create an EML geographicCoverage section

- -

eml_get_raster_metadata()

Get raster info from a file on disk

- -

eml_get_simple()

- -

Get a simple list output from EML::eml_get()

- - - -

eml_metadata_provider()

- -

Create an EML metadataProvider

- -

eml_nsf_to_project()

@@ -525,24 +398,6 @@

eml_party()

- -

Create an EML party

- - - -

eml_personnel()

- -

Create an EML personnel

- - - -

eml_project()

- -

Create an EML project section

- -

eml_set_reference()

@@ -555,30 +410,6 @@

eml_validate_attributes()

- -

Validate an EML attributeList attribute-by-attribute

- - - -

sysmeta_to_eml_physical()

- -

Create an EML physical object from system metadata

- - - -

get_orcid_email()

- -

Retrieve an email address from an ORCID URL

- - - -

set_abstract()

- -

Set the abstract for an EML document

- -

which_in_eml()

@@ -639,6 +470,12 @@

format_iso()

Generate the ISO 19139 format ID

+ + + +

convert_iso_to_eml()

+ +

Convert an ISO document to EML using an XSLT