Skip to content
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

fix missing org names #2

Open
mcneillucy opened this issue Jun 10, 2019 · 4 comments
Open

fix missing org names #2

mcneillucy opened this issue Jun 10, 2019 · 4 comments

Comments

@mcneillucy
Copy link
Contributor

mcneillucy commented Jun 10, 2019

finished finding org for EPA for commenttext and title
created "other" option for org...run at the very end of all the changes

@mcneillucy mcneillucy self-assigned this Jun 10, 2019
@mcneillucy
Copy link
Contributor Author

fix major issues with forest service tomorrow

@judgelord
Copy link
Owner

orgnames.R will eventually be a function "orgnames" that will return a vector of org names from input columns:

orgnames <- function(title, comment.text, attachment.text){
...
}

Ideally, other variables applying the codebook, like org.comment should be created in separate scripts, but we may need to do several at a time if there is no one sequence in which to define them.

Defining congress will also need its own function in its own script.

@mcneillucy
Copy link
Contributor Author

have filled in missing org names for FDA, FWS, NPS, EPA

@judgelord
Copy link
Owner

implemented in org_name.R (used in comment_coding_sheets.R and elsewhere), but there is still more work to do. More notes in #3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants