Anyone have an R script for adding an Observation field to a inat ID?

I think I can probably do it with the python library, but I work more in R these days so figured I would see if anyone already has a script where I can cycle through a data frame of inat records and add a voucher number observation field with the applicable value.

Thanks.

1 Like

Can you explain in more detail? You want to download data from iNat, and add a voucher number to your local copy? Or do you want to add the voucher number to the record in iNat? How is the ā€œapplicable valueā€ determined - do you have a list of voucher numbers for each observation?

Oh man, Iā€™m following this thread in case someone has a solution.

2 Likes

No, I want to put data on inat not pull data down.

I have a table of data with inat ID, voucher number, and other various bits of collected data. The goal is to move the data from my table to inat by adding an observation field and populating it with the applicable data from the table for every record in the table.

Hereā€™s a similar task done in Python.

1 Like

Yea, I was hoping someone had already written an R script to do the same

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.