-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build or identify function to burn out csv with "Site" and the alias_local_name , '.' paste
ed to the start of the comments (ex. Site 1234_us.)
#33
Comments
habitat_confirmations.xls
to shared directory for submissionpaste
ed to the start of the comments (ex. Site 1234_us.)
use |
Here's some code I wrote to burn out csv with the info you mentioned pasted to start of comments column. It's not a function but I just wanted to show you this first.
So after doing this, we should copy the original |
looks pretty good! function would look like: fpr_hab_alias_to_comments <- function(target = target_dir){ then to run it is would just be:
You can customize with The Looks like skeena 2021 is already in there You are prob on it already but I'd also change the name of The login is the NewGraph bceid and is the same as for the PSCIS data. Will likely change to Ltd. bceid for this years applications (vs submissions). Submissions to the NewGraph bceid DFO permit number is XHAB 388 2022 |
The reason behind this is an issue with the
alias_local_name
column that involves inputting a 45 digit watershed code of a parent stream when no watershed code exists for a site. This would affect our scripts that manipulate data in this spreadsheet. Full issue is described in the skeena 2022 repo here.The text was updated successfully, but these errors were encountered: