Skip to content

Commit

Permalink
Update generate_model_assets.R
Browse files Browse the repository at this point in the history
  • Loading branch information
addelany authored Sep 18, 2024
1 parent c35f920 commit dc47a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/generate_model_assets.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ generate_model_assets <- function(full_var_df, aws_path, model_code_link){
'title' = paste0('Database Access for',' ', full_var_df$var_duration_name[i]),
'href' = paste0("s3://anonymous@",
aws_path,
"project_id=", full_var_df$project_id[i],
"/project_id=", full_var_df$project_id[i],
"/duration=", full_var_df$duration[i],
"/variable=", full_var_df$variable[i],
"/model_id=", m,
Expand Down

0 comments on commit dc47a95

Please sign in to comment.