Nothing
#' Build repositories to share biodiversity data
#'
#' @description
#' `galaxias` helps users describe, package and share biodiversity
#' information using the 'Darwin Core' data standard, which is the format used
#' and accepted by the Global Biodiversity Information Facility (GBIF) and its'
#' partner nodes. `galaxias` is functionally similar to `devtools`, but with a focus on
#' building Darwin Core Archives rather than R packages.
#'
#' The package is named for a genus of freshwater fish.
#'
#' @name galaxias-package
#' @docType package
#' @references If you have any questions, comments or suggestions, please email
#' [support@ala.org.au](mailto:support@ala.org.au).
#'
#' **Prepare information for Darwin Core**
#' * [use_metadata_template()] Add a blank metadata statement template to the working directory
#' * [suggest_workflow()] Advice to standardise data using the Darwin Core Standard
#'
#' **Add information to the `data-publish` directory**
#' * [use_data()] Save standardised data for use in a Darwin Core Archive
#' * [use_metadata()] Convert a metadata file from markdown to EML (`eml.xml`) and save for use in a Darwin Core Archive
#' * [use_schema()] Build a schema file (`meta.xml`) for a given directory and save for use in a Darwin Core Archive
#'
#' **Build an archive**
#' * [check_directory()] Check files in your local Darwin Core directory
#' * [build_archive()] Convert a directory to a Darwin Core Archive
#' * [check_archive()] Check whether archive passes Darwin Core criteria via the GBIF API
#' * [submit_archive()] Open a browser to submit your data to the ALA
#'
#' @keywords internal
"_PACKAGE"
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.