diff --git a/pkgdown.yml b/pkgdown.yml index 62f92bf..36b6234 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: obtain_use_records: obtain_use_records.html use-reticulate-python: use-reticulate-python.html -last_built: 2024-05-28T20:35Z +last_built: 2024-06-12T22:02Z urls: reference: https://allenbaron.github.io/DO.utils/reference article: https://allenbaron.github.io/DO.utils/articles diff --git a/reference/count_alliance_records.html b/reference/count_alliance_records.html index fd5e0b0..ccbb30a 100644 --- a/reference/count_alliance_records.html +++ b/reference/count_alliance_records.html @@ -131,6 +131,13 @@

NOTE

that differ by seemingly unimportant information (e.g. only the date differs) have existed. These types of duplicates are removed prior to record counts.

+
+

See also

+

Other Alliance functions: +download_alliance_tsv(), +read_alliance(), +save_alliance_counts()

+
diff --git a/reference/download_alliance_tsv.html b/reference/download_alliance_tsv.html index b938699..908eb9a 100644 --- a/reference/download_alliance_tsv.html +++ b/reference/download_alliance_tsv.html @@ -95,6 +95,13 @@

RecommendationAlthough it's possbile to directly read a file from the URL, downloading it promotes reproducibility and ensures future access if needed.

+
+

See also

+

Other Alliance functions: +count_alliance_records(), +read_alliance(), +save_alliance_counts()

+
diff --git a/reference/extract_pmid.elink.html b/reference/extract_pmid.elink.html index 5e6b233..72dadeb 100644 --- a/reference/extract_pmid.elink.html +++ b/reference/extract_pmid.elink.html @@ -85,9 +85,9 @@

Arguments

See also

-

Other extract_pmid_methods: -extract_pmid.elink_list(), -extract_pmid()

+

Other extract_pmid documentation: +extract_pmid(), +extract_pmid.elink_list()