RGoogleDocs icon indicating copy to clipboard operation
RGoogleDocs copied to clipboard

addWorksheet erorr

Open brigmecham opened this issue 13 years ago • 1 comments

I think this is a bug, but could be user error as I'm new to this package.

I'm trying to create a new spreadsheet then add a worksheet. I can accomplish the first part using:

auth = getGoogleAuth(email, pwd) con = getGoogleDocsConnection(auth) addSpreadsheet(con, dim = c(20, 10) , name = "SpreadSheetFromR")

However, when trying to add the worksheet I get the following error:

addWorksheet("SpreadSheetFromR", con, dim = c(20,10), title = "WorksheetFromR", asSheetRef = TRUE) Error in matchNamespaces(doc, namespaces) : cannot find defined namespace(s) with prefix(es) x

brigmecham avatar Oct 04 '12 22:10 brigmecham

Hi Brig

This looks like a problem caused by a change to the way the new XML package works with namespaces. I'll try to fix it ASAP.

Thank you. D.

On 10/4/12 3:37 PM, Brig Mecham wrote:

I think this is a bug, but could be user error as I'm new to this package.

I'm trying to create a new spreadsheet then add a worksheet. I can accomplish the first part using:

auth = getGoogleAuth(email, pwd) con = getGoogleDocsConnection(auth) addSpreadsheet(con, dim = c(20, 10) , name = "SpreadSheetFromR")

However, when trying to add the worksheet I get the following error:

addWorksheet("SpreadSheetFromR", con, dim = c(20,10), title = "WorksheetFromR", asSheetRef = TRUE) Error in matchNamespaces(doc, namespaces) : cannot find defined namespace(s) with prefix(es) x

— Reply to this email directly or view it on GitHub https://github.com/duncantl/RGoogleDocs/issues/1.

duncantl avatar Oct 05 '12 01:10 duncantl