Skip to content

Commit

Permalink
updating doc and site
Browse files Browse the repository at this point in the history
  • Loading branch information
brunj7 committed Aug 27, 2018
1 parent fababde commit 4de5836
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 52 deletions.
2 changes: 0 additions & 2 deletions NAMESPACE
Expand Up @@ -3,9 +3,7 @@
export(check_version)
export(download_d1_data)
export(download_d1_data_pkg)
export(get_pkg_pids)
export(read_d1_files)
export(tabularize_eml)
import(dataone)
import(dplyr)
import(eml2)
Expand Down
4 changes: 2 additions & 2 deletions R/download_d1_data_pkg.R
@@ -1,7 +1,7 @@

#' Download all the datasets from a data package
#' Downloads all the datasets of a data package from DataONE
#'
#' @param meta_obj (character) A DOI for a DataONE package to download.
#' @param meta_obj (character) A DOI for a DataONE package to download
#' @param path (character) Path to a directory to download data to
#'
#' @import purrr
Expand Down
2 changes: 0 additions & 2 deletions R/get_pkg_pids.R
Expand Up @@ -7,8 +7,6 @@
#' @importFrom dataone query CNode
#' @importFrom purrr %||%
#'
#' @export
#'
#' @examples
#' \dontrun{
#' #get all pids in the data package
Expand Down
2 changes: 1 addition & 1 deletion R/read_d1_files.R
@@ -1,4 +1,4 @@
#' Read data along with metadata based on dowload_d1_data file structure
#' Read data along with metadata into your R environment based on dowload_d1_data file structure
#'
#' @param folder_path (character) Path to a directory where data and metadata are located
#' @param fnc (character) Function to be used to read the data (default is readr::read_csv)
Expand Down
2 changes: 0 additions & 2 deletions R/tabularize_eml.R
Expand Up @@ -6,8 +6,6 @@
#' @param full (logical) Returns the most commonly used metadata fields by default.
#' If \code{full = TRUE} is specified, the full set of metadata fields are returned.
#'
#' @export
#'
#' @importFrom tibble enframe
#'
#' @examples
Expand Down
7 changes: 7 additions & 0 deletions _pkgdown.yml
@@ -0,0 +1,7 @@
reference:
- title: metajam functions
contents:
- '`download_d1_data`'
- '`download_d1_data_pkg`'
- '`read_d1_files`'
- '`check_version`'
2 changes: 1 addition & 1 deletion docs/articles/batch-processing.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/downloading-entire-packages.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/articles/single-dataset.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions docs/reference/download_d1_data_pkg.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

30 changes: 6 additions & 24 deletions docs/reference/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions docs/reference/read_d1_files.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions man/download_d1_data_pkg.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions man/read_d1_files.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4de5836

Please sign in to comment.