DOI-USGS / DOI-USGS/mda.streams
add scheme argument to post_xx, delete_xx, list_xx, etc.?
Open
- Dominant language
- R
- Stars
- 3
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
e.g.,
``` r
post_site(mysites, scheme='mda_streams_dev')
```
would set the scheme to 'mda_streams_dev' before posting, post, then reset the scheme to whatever it was before the call.
pro: fewer accidental changes to the real `mda_streams` files while testing functions
pro: wouldn't be that hard to implement
con: would require time & changes to many files
Contributor guide
Assessment
This issue has not been assessed yet.