SrivastavaLab / cesabfunctionalwebsdata

Data cleaning and organization for CESAB FUNCTIONALWEBS papers
2 stars 1 forks source link

catch any detritius with character values #5

Open aammd opened 7 years ago

aammd commented 7 years ago

sometimes detritus might come in with character values. This would be caused by all missing (in which case R uses NA_character_ or by somebody typing a word (e.g. "missing" or "lots") into the detritus column.

temp solution is dropping offending cols in combine_all_detritus_values. Better might be to do so much earlier!