We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aab29e1 + 7eb850e commit 49e7124Copy full SHA for 49e7124
R/fct_azure_storage.R
@@ -1,18 +1,3 @@
1
-#' azure_storage
2
-#'
3
-#' @description A fct function
4
5
-#' @return The return value, if any, from executing the function.
6
7
-#' @noRd
8
-load_rds_from_adls <- function(
9
- file,
10
- inputs_data_version = Sys.getenv("NHP_INPUTS_DATA_VERSION", "dev")
11
-) {
12
- fs <- get_adls_fs()
13
- AzureStor::storage_load_rds(fs, glue::glue("{inputs_data_version}/{file}"))
14
-}
15
-
16
#' Get Provider Data
17
#'
18
#' Read the parquet file containing a selected tupe of provider data.
0 commit comments