I don't believe that the problem is R-related. It is probably more a misunderstanding from my side.
I looked at https://docs.basex.org/wiki/Commands#CREATE_DB. According to that page, it is possible to create a db with all the documents in the input-directory (i.e XML-Files) or with one initial document (On close reading I see that "Session$Execute(paste("Create db", DB_Name, Single_File))" should have been "Session$Execute(paste("Create db", DB_Name, "Single", Single_File))" The "paste() function just concatenates the strings)
My guess was that the some conventions for specifying input would also be valid for the Sessipn$Create() command.
That is still my question?
Ben
Op 22-02-2022 om 16:30 schreef Christian Grün:
My R knowledge is very limited, so it’s difficult to give you advice (maybe someone else can).
Does "XML_Files" mean that you are trying to pass on more than a single document?