We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d429c commit 02a88e8Copy full SHA for 02a88e8
NAMESPACE
@@ -1,7 +1,7 @@
1
# Generated by roxygen2: do not edit by hand
2
3
-export("`")
4
export(excluded_locations)
5
export(generate_hub_baseline)
6
export(generate_hub_ensemble)
+export(update_authorized_users)
7
export(update_hub_target_data)
R/update_authorized_users.R
@@ -8,7 +8,7 @@
8
#' @param base_hub_path Path to the base hub directory.
9
#' @return `NULL`, invisibly. Writes `authorized_users.json` file to the
10
#' `auxiliary-data` directory of the hub as a side effect.
11
-#' @export`
+#' @export
12
update_authorized_users <- function(base_hub_path) {
13
output_dir <- fs::path(base_hub_path, "auxiliary-data")
14
metadata_dir <- fs::path(base_hub_path, "model-metadata")
0 commit comments