I have the following code which grabs data from a government portal. It is something like this pseudocode:
read.socrata(cms_stars_data_path)
However, I get a strange message as follows:
partial match of 'header' to 'headers'
I searched both the source code here and the Socrates api and could not find any substantive leads. What does this warning mean, what is causing it, and how to remove the warning?