Skip to content

Commit

Permalink
Merge pull request #97 from addelany/main
Browse files Browse the repository at this point in the history
add quotes to site metadata url
  • Loading branch information
addelany authored Jun 10, 2024
2 parents 16ee439 + 59935c7 commit f5c0455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/build_sites.R
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ build_sites <- function(table_schema,
# inflow_targets_asset_description <- paste0("This R code will return results for the relevant targets file.\n\n### R\n\n```{r}\n# Use code below\n\nurl <- ",inflow_targets_link,
# "\ntargets <- readr::read_csv(url, show_col_types = FALSE)\n```")
#
site_asset_description <- paste0("This R code will return results for the site metadata.\n\n### R\n\n```{r}\n# Use code below\n\nurl <- ",config$site_table_link,
site_asset_description <- paste0("This R code will return results for the site metadata.\n\n### R\n\n```{r}\n# Use code below\n\nurl <- ",'"',config$site_table_link,'"',
"\nsites <- readr::read_csv(url, show_col_types = FALSE)\n```")

forecast_score <- list(
Expand Down

0 comments on commit f5c0455

Please sign in to comment.