|
23 | 23 | #' found in the NPN service's [companion |
24 | 24 | #' documentation](https://docs.google.com/document/d/1yNjupricKOAXn6tY1sI7-EwkcfwdGUZ7lxYv7fcPjO8/edit#heading=h.w0nctgedhaop). |
25 | 25 | #' Metadata on all fields can be found in the following Excel sheet: |
26 | | -#' <http://www.usanpn.org/files/metadata/status_intensity_datafield_descriptions.xlsx> |
| 26 | +#' <https://www.usanpn.org/files/metadata/status_intensity_datafield_descriptions.xlsx> |
27 | 27 | #' |
28 | 28 | #' @param request_source Required field, character Self-identify who is making |
29 | 29 | #' requests to the data service. |
@@ -189,7 +189,7 @@ npn_download_status_data = function(request_source, |
189 | 189 | #' can be found in the NPN service's [companion |
190 | 190 | #' documentation](https://docs.google.com/document/d/1yNjupricKOAXn6tY1sI7-EwkcfwdGUZ7lxYv7fcPjO8/edit#heading=h.7yy4i3278v7u) |
191 | 191 | #' Metadata on all fields can be found in the following Excel sheet: |
192 | | -#' <http://www.usanpn.org/files/metadata/individual_phenometrics_datafield_descriptions.xlsx> |
| 192 | +#' <https://www.usanpn.org/files/metadata/individual_phenometrics_datafield_descriptions.xlsx> |
193 | 193 | #' @inheritParams npn_download_status_data |
194 | 194 | #' @param individual_ids Comma-separated string of unique IDs for individual |
195 | 195 | #' plants/animal species by which to filter the data. |
@@ -317,7 +317,7 @@ npn_download_individual_phenometrics <- function(request_source, |
317 | 317 | #' can be found in the NPN service's [companion |
318 | 318 | #' documentation](https://docs.google.com/document/d/1yNjupricKOAXn6tY1sI7-EwkcfwdGUZ7lxYv7fcPjO8/edit#heading=h.ueaexz9bczti). |
319 | 319 | #' Metadata on all fields can be found in the following Excel sheet: |
320 | | -#' <http://www.usanpn.org/files/metadata/site_phenometrics_datafield_descriptions.xlsx> |
| 320 | +#' <https://www.usanpn.org/files/metadata/site_phenometrics_datafield_descriptions.xlsx> |
321 | 321 | #' |
322 | 322 | #' @inheritParams npn_download_status_data |
323 | 323 | #' @param num_days_quality_filter Required field, defaults to `30`. The integer |
@@ -457,7 +457,7 @@ npn_download_site_phenometrics <- function(request_source, |
457 | 457 | #' to include in the search results. A complete list of additional fields can be |
458 | 458 | #' found in the NPN service's [companion documentation](https://docs.google.com/document/d/1yNjupricKOAXn6tY1sI7-EwkcfwdGUZ7lxYv7fcPjO8/edit#heading=h.df3zspopwq98). |
459 | 459 | #' Metadata on all fields can be found in the following Excel sheet: |
460 | | -#' <http://www.usanpn.org/files/metadata/magnitude_phenometrics_datafield_descriptions.xlsx> |
| 460 | +#' <https://www.usanpn.org/files/metadata/magnitude_phenometrics_datafield_descriptions.xlsx> |
461 | 461 | #' |
462 | 462 | #' @inheritParams npn_download_status_data |
463 | 463 | #' @param period_frequency Required field, integer. The integer value specifies |
|
0 commit comments