diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html index 64bbd0f..1dc58cf 100644 --- a/CONTRIBUTING.html +++ b/CONTRIBUTING.html @@ -40,16 +40,16 @@

We warmly welcome contributions to the browseMetadata project! This document provides guidelines for contributing to this repository.

-

How to Contribute

+

How to contribute

-

Reporting Issues

+

Reporting issues

-

Making Changes

+

Making changes

  1. Fork the Repository: Start by forking the repository to your GitHub account.
  2. @@ -62,7 +62,7 @@

    Making ChangesSubmit a Pull Request: Open a pull request from your feature branch to the main branch of the original repository.

-

Coding Standards

+

Coding standards

-

Testing Your Changes

-

Submitting Changes

diff --git a/index.html b/index.html index 2d07bd8..ce1aa26 100644 --- a/index.html +++ b/index.html @@ -138,9 +138,6 @@

Installation and set-upLoad the library:

-

Set your working directory to an empty folder:

-
-setwd("/Users/your-username/test-browseMetadata")

Demo (using the R Studio IDE) @@ -152,12 +149,11 @@

browse_metadata()

This function is easy to run and doesn’t require user interaction. Run it in demo mode using the demo JSON file located in the inst/inputs directory:

-
+
 

Upon success, you should see:

-
β„Ή Three outputs have been saved to your output directory.
-β„Ή Open the two HTML files in your browser for full-screen viewing.
-

The output files are saved to your working directory. You can change the save location by adjusting the output_dir argument. Examples of outputs are available in inst/outputs.

+
β„Ή Three outputs have been saved to your output directory, and two outputs should have opened in your browser.
+

The output files are saved to your project directory. You can change the save location by adjusting the output_dir argument. Examples of outputs are available in inst/outputs.

@@ -165,7 +161,7 @@

Use the outputs from browse_metadata() as a reference when running map_metadata().

To run the mapping function in demo mode, use:

-
+
 

In demo mode, the function processes only the first 20 variables from selected tables. Follow the on-screen instructions, and categorise variables into research domains, using the Plot tab as your reference. The demo will simplify domains for ease of use; in a real scenario, you can define more specific domains.

Upon completion, your categorisations, session log, and a summary plot will be saved in your output directory.

@@ -176,7 +172,7 @@

You can run map_metadata() and browse_metadata() using a custom JSON file instead of the demo input:

-
+
 new_json_file <- "path/your_new_json.json"
 demo_domains_file <- system.file("inputs/domain_list_demo.csv", package = "browseMetadata")
 
@@ -218,13 +214,13 @@ 

CitationStickland R (2024). browseMetadata: browse and categorise health metadata. R package version 2.0.2.

A BibTeX entry for LaTeX users:

-
  @Manual{,
-    title = {browseMetadata: browse and categorise health metadata},
-    author = {Rachael Stickland},
-    year = {2024},
-    note = {R package version 2.0.2},
-    doi = {https://doi.org/10.5281/zenodo.10581499}, 
-  }
+
  @Manual{,
+    title = {browseMetadata: browse and categorise health metadata},
+    author = {Rachael Stickland},
+    year = {2024},
+    note = {R package version 2.0.2},
+    doi = {https://doi.org/10.5281/zenodo.10581499}, 
+  }

Contributing diff --git a/pkgdown.yml b/pkgdown.yml index 9aa3340..13a7a95 100644 --- a/pkgdown.yml +++ b/pkgdown.yml @@ -4,7 +4,7 @@ pkgdown_sha: ~ articles: browseMetadata: browseMetadata.html HealthMetadata: HealthMetadata.html -last_built: 2024-12-16T09:02Z +last_built: 2024-12-17T11:22Z urls: reference: https://aim-rsf.github.io/browseMetadata/reference article: https://aim-rsf.github.io/browseMetadata/articles diff --git a/reference/BROWSE_bar_NationalCommunityChildHealthDatabase(NCCHD)_V16.0.0.html b/reference/BROWSE_bar_NationalCommunityChildHealthDatabase(NCCHD)_V16.0.0.html index d0413d0..3f76874 100644 --- a/reference/BROWSE_bar_NationalCommunityChildHealthDatabase(NCCHD)_V16.0.0.html +++ b/reference/BROWSE_bar_NationalCommunityChildHealthDatabase(NCCHD)_V16.0.0.html @@ -1955,7 +1955,7 @@
- + diff --git a/reference/BROWSE_table_NationalCommunityChildHealthDatabase(NCCHD)_V16.0.0.html b/reference/BROWSE_table_NationalCommunityChildHealthDatabase(NCCHD)_V16.0.0.html index 9c5c5d6..29fa857 100644 --- a/reference/BROWSE_table_NationalCommunityChildHealthDatabase(NCCHD)_V16.0.0.html +++ b/reference/BROWSE_table_NationalCommunityChildHealthDatabase(NCCHD)_V16.0.0.html @@ -1955,7 +1955,7 @@
- + diff --git a/reference/browse_metadata.html b/reference/browse_metadata.html index 3fdb28d..e9a7f53 100644 --- a/reference/browse_metadata.html +++ b/reference/browse_metadata.html @@ -61,7 +61,7 @@

Usage

-
browse_metadata(json_file = NULL, output_dir = NULL)
+
browse_metadata(json_file = NULL, output_dir = getwd())

- - - - -
- - browseMetadata browseMetadata-package - -
-
browseMetadata: Browse and categorise health metadata
-
- - concensus_on_mismatch() - -
-
concensus_on_mismatch
-
- - copy_previous() - -
-
copy_previous
-
- - count_empty_desc() - -
-
count_empty_desc
-
- - domain_list - -
-
Internal: List of Domains
-
- - end_plot() - -
-
Internal: end_plot
-
- - join_outputs() - -
-
join_outputs
-
- - json_metadata - -
-
Internal: JSON Metadata File
-
- - json_table_to_df() - -
-
json_table_to_df
-
- - load_data() - -
-
load_data
-
- - log_output_df - -
-
Internal: Output log dataframe
-
- - look_up - -
-
Internal: Auto-categorisations
-
- - output_df - -
-
Internal: Output dataframe
-
- - ref_plot() - -
-
Internal: ref_plot
-
- - user_categorisation() - -
-
Internal: user_categorisation
-
- - user_categorisation_loop() - -
-
Internal: user_categorisation_loop
-
- - user_prompt() - -
-
Internal: user_prompt
-
- - user_prompt_list() - -
-
Internal: user_prompt_list
-
- - valid_comparison() - -
-
valid_comparison
-
+