MarkEdmondson1234 / searchConsoleR

R interface with Google Search Console API v3, including Search Analytics.
http://code.markedmondson.me/searchConsoleR/
Other
114 stars 41 forks source link

Fixed error: 'length(x) = 2 > 1' in coercion to 'logical(1)' #79

Closed RhysJackson closed 2 years ago

RhysJackson commented 2 years ago

Issue: #78

Used the all() function to reduce a vector of logical values to a single logical value. This prevents the error introduced by an update to R4.2.0: "Calling && or || with LHS or (if evaluated) RHS of length greater than one is now always an error."