autoGoogleAPI icon indicating copy to clipboard operation
autoGoogleAPI copied to clipboard

Substitute grave accents with single quotations

Open matthewmaclennan opened this issue 7 years ago • 0 comments

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

matthewmaclennan avatar Jul 28 '18 20:07 matthewmaclennan