autoGoogleAPI
autoGoogleAPI copied to clipboard
Substitute grave accents with single quotations
The characters on this line which read blogger#post should have the grave accents replaced with single quotations. When copying and pasting the code for the object "Post" into R, the grave accents are not rendered as single quotation marks and the Post object does not create an object of class gar_Post. Replacing the grave accents with single quotation marks resolves the issue.
https://github.com/MarkEdmondson1234/autoGoogleAPI/blob/f4850822230ef2f5552c9a5f42e397d9ae027a18/googlebloggerv3.auto/R/blogger_objects.R#L487