Skip to content

Commit

Permalink
Merge pull request #317 from NIEHS/create_aqs_with_siteid
Browse files Browse the repository at this point in the history
Create aqs with siteid
  • Loading branch information
eva0marques authored Mar 29, 2024
2 parents a3b396c + 1adfdcd commit 8e56619
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions vignettes/prepare_st_crossvalidation_indexes.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@


```{r, eval = FALSE}
install_github(repo = "https://github.com/NIEHS/amadeus.git")
```

```{r, eval = FALSE}
new_aqs <- process_aqs(path = "../input/aqs/daily_88101_2018-2022.csv",
date = c("2018-01-01", "2022-12-31"),
return_format = "sf")
saveRDS(new_aqs, file = "../output/sf_process_AQS_20180101to20221231.rds")
```



0 comments on commit 8e56619

Please sign in to comment.