Nothing
#
# This work was created by the National Center for Ecological Analysis and Synthesis.
#
# Copyright 2015 Regents of the University of California
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
#' Search, download and upload data to the DataONE network.
#' @description The R package \emph{dataone} provides read/write access to data and metadata from the
#' \href{https://www.dataone.org/}{DataONE} network of
#' Member Node data repositories. Member Nodes in DataONE are independent data repositories that have adopted the DataONE
#' services for interoperability, making each of the repositories accessible to client tools such as the DataONE R Client
#' using a standard interface. The DataONE R Client can be used to access data files and to write new data and metadata files
#' to nodes in the DataONE network.
#' @docType package
#' @rdname dataone
#' @aliases dataone
#' @name dataone
#' @author Matthew B. Jones (NCEAS) and Peter Slaughter (NCEAS)
#' @section Classes:
#' \itemize{
#' \item{\code{\link[=AuthenticationManager-class]{AuthenticationManager}}}{: AuthenticationManager provides methods to validate DataONE authentication.}
#' \item{\code{\link[=CNode-class]{CNode}}}{: A CNode represents a DataONE Coordinating Node and can be used to access its services.}
#' \item{\code{\link[=D1Client-class]{D1Client}}}{: The D1Client class contains methods that perform high level dataone tasks.}
#' \item{\code{\link[=D1Node-class]{D1Node}}}{: A base class for CNode and MNode.}
#' \item{\code{\link[=MNode-class]{MNode}}}{: MNode provides functions interacting with the a DataONE Member Node repository.}
#' }
#' @seealso A description of the \emph{dataone} R package is available with the command: \code{'vignette("dataone-overview")'}.
NULL
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.