Skip to content

Commit

Permalink
rename run to create_episode_file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennit07 committed Sep 26, 2023
1 parent aaf7356 commit 3569e9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/run_episode_file.R → R/create_episode_file.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#'
#' @return a [tibble][tibble::tibble-package] containing the episode file
#' @export
run_episode_file <- function(
create_episode_file <- function(
processed_data_list,
year,
dd_data = read_file(get_source_extract_path(year, "DD")),
Expand Down Expand Up @@ -154,7 +154,7 @@ run_episode_file <- function(
#' Store the unneeded episode file variables
#'
#' @param data The in-progress episode file data.
#' @inheritParams run_episode_file
#' @inheritParams create_episode_file
#' @param vars_to_keep a character vector of the variables to keep, all others
#' will be stored.
#'
Expand Down Expand Up @@ -192,7 +192,7 @@ store_ep_file_vars <- function(data, year, vars_to_keep) {

#' Load the unneeded episode file variables
#'
#' @inheritParams run_episode_file
#' @inheritParams create_episode_file
#' @inheritParams store_ep_file_vars
#'
#' @return The full SLF data.
Expand Down

0 comments on commit 3569e9f

Please sign in to comment.