hurlbertlab / dietdatabase

Creative Commons Zero v1.0 Universal
10 stars 9 forks source link

Study_Type cleaning #66

Closed ahhurlbert closed 7 years ago

ahhurlbert commented 7 years ago

table(diet$Study_Type) will show the frequency of all phrases in this field.

We need to clean this field up and use consistent terminology. Multiple types may be specified by separating with a ";", but the types themselves should be constrained to the following options:

Phrases to delete: "tagged" "estimation"

Note that there are 18 records with no Study_Type value and 63 records with NA, so we need to look those up and fill in.

pwinner1 commented 7 years ago

finished cleaning Study_Type