Skip to content

Commit 49e7124

Browse files
authored
Merge pull request #598 from The-Strategy-Unit/remove_load_rds_from_adls
Removes load_rds_from_adls function
2 parents aab29e1 + 7eb850e commit 49e7124

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

R/fct_azure_storage.R

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
161
#' Get Provider Data
172
#'
183
#' Read the parquet file containing a selected tupe of provider data.

0 commit comments

Comments
 (0)