Skip to content

Commit

Permalink
Update link_data_frames.R
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyclements authored Sep 18, 2024
1 parent 5f0ced4 commit 87c6fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions R/link_data_frames.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ link_data_frames <- function(from_data_frame="flow_data", to_data_frame="user_da
if (!exists("data_book")){
stop("No data book found. Likely issue: Are you importing data through R-Instat? This function is for use in R-Instat.")
}

data_book$add_link(from_data_frame = from_data_frame,
to_data_frame = to_data_frame,
link_pairs = link_pairs,
Expand Down

0 comments on commit 87c6fea

Please sign in to comment.