Skip to content

Commit 8afb3ec

Browse files
committed
Deploying to gh-pages from @ c90f404 🚀
1 parent 64d481a commit 8afb3ec

8 files changed

Lines changed: 28 additions & 67 deletions

File tree

articles/fluxnet.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

articles/fluxnet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ colnames(list)
6868
#> [13] "download_link" "fluxnet_product_name" "product_citation"
6969
#> [16] "product_id" "oneflux_code_version" "product_source_network"
7070
list[,c("site_id", "product_citation")]
71-
#> # A tibble: 226 × 2
71+
#> # A tibble: 238 × 2
7272
#> site_id product_citation
7373
#> <chr> <chr>
7474
#> 1 AR-CCg Gabriela Posse (2025), AmeriFlux FLUXNET-1F AR-CCg Carlos Casares gr…
@@ -81,7 +81,7 @@ list[,c("site_id", "product_citation")]
8181
#> 8 CA-DB2 Sara Knox (2025), AmeriFlux FLUXNET-1F CA-DB2 Delta Burns Bog 2, Ver…
8282
#> 9 CA-DBB Andreas Christen, Sara Knox (2025), AmeriFlux FLUXNET-1F CA-DBB Delt…
8383
#> 10 CA-DSM Sara Knox (2025), AmeriFlux FLUXNET-1F CA-DSM Delta Salt Marsh, Ver.…
84-
#> # ℹ 216 more rows
84+
#> # ℹ 228 more rows
8585
```
8686

8787
## Downloading data

pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles:
55
fluxnet: fluxnet.html
6-
last_built: 2026-02-12T18:41Z
6+
last_built: 2026-02-12T23:01Z
77
urls:
88
reference: https://ecosystemecologylab.github.io/fluxnet-package/reference
99
article: https://ecosystemecologylab.github.io/fluxnet-package/articles

reference/flux_discover_files.html

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/flux_discover_files.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Create a "manifest" of downloaded and unzipped FLUXNET data files
55
## Usage
66

77
``` r
8-
flux_discover_files(data_dir = "fluxnet/unzipped")
8+
flux_discover_files(data_dir = "fluxnet/unzipped", ...)
99
```
1010

1111
## Arguments
@@ -16,10 +16,17 @@ flux_discover_files(data_dir = "fluxnet/unzipped")
1616
the `output_dir` used for
1717
[`flux_extract()`](https://ecosystemecologylab.github.io/fluxnet-package/reference/flux_extract.md).
1818

19+
- ...:
20+
21+
Arguments passed to
22+
[`flux_listall()`](https://ecosystemecologylab.github.io/fluxnet-package/reference/flux_listall.md).
23+
1924
## Value
2025

2126
Prints a summary of discovered available data and returns (invisibly) a
22-
dataframe with file paths and metadata extracted from file names.
27+
dataframe with file paths and metadata extracted from file names and
28+
merged in from
29+
[`flux_listall()`](https://ecosystemecologylab.github.io/fluxnet-package/reference/flux_listall.md).
2330

2431
## Examples
2532

reference/flux_download.html

Lines changed: 3 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reference/flux_download.md

Lines changed: 4 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@ flux_download(
1010
site_ids = "all",
1111
download_dir = "fluxnet",
1212
overwrite = FALSE,
13-
use_cache = TRUE,
14-
cache_dir = rappdirs::user_cache_dir("fluxnet"),
15-
cache_age = as.difftime(30, units = "days"),
16-
log_file = NULL,
17-
echo_cmd = FALSE
13+
...
1814
)
1915
```
2016

@@ -49,30 +45,10 @@ flux_download(
4945
skip downloading existing files, unless they are invalid .zip files
5046
(e.g. due to partial download or corruption).
5147

52-
- use_cache:
48+
- ...:
5349

54-
Logical; use cached list of files available to download if it exists
55-
and is not older than `cache_age`?
56-
57-
- cache_dir:
58-
59-
The directory to store the list of available FLUXNET data in.
60-
61-
- cache_age:
62-
63-
A `difftime` object of length 1. If there are no cached snapshots more
64-
recent than `cache_age`, a new one will be downloaded and stored. You
65-
can force the cache to be invalidated with `cache_age = -Inf`.
66-
67-
- log_file:
68-
69-
An optional file path (e.g. `"log.txt"`) to direct the
70-
`fluxnet-shuttle` log to. Useful for debugging.
71-
72-
- echo_cmd:
73-
74-
Set to `TRUE` to print the shell command in the console. Passed to
75-
[`processx::run()`](http://processx.r-lib.org/reference/run.md).
50+
Arguments passed to
51+
[`flux_listall()`](https://ecosystemecologylab.github.io/fluxnet-package/reference/flux_listall.md).
7652

7753
## Value
7854

search.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)