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 @@
Helper functions for the dataone package
- - - - - - - -Test whether a token is set
Get the currently set authentication token
Determine whether token is expired
Get base URL of a Member Node
Check if user has authorization to perform an action on an object
Get a data.frame of attributes from a NetCDF object
Get the currently set authentication token
Determine whether token is expired
Get base URL of a Member Node
Check if user has authorization to perform an action on an object
Create an EML abstract
Add system information to entities
Add publisher information to EML document
Create an EML address element
Create an EML associatedParty
Create an EML contact. Contact information is passed on to eml_party()
Create an EML creator.
Create an EML geographicCoverage section
Get raster info from a file on disk
Get a simple list output from EML::eml_get()
Create an EML metadataProvider
Create an EML party
Create an EML personnel
Create an EML project section
Validate an EML attributeList attribute-by-attribute
Create an EML physical object from system metadata
Retrieve an email address from an ORCID URL
Set the abstract for an EML document
Generate the ISO 19139 format ID
Convert an ISO document to EML using an XSLT