Skip to contents

Excecutes the update of a document in the server. This is the collection_update function from aRandodb package using PUT instead of PATCH.

Usage

collection_update_PUT(.data)

Arguments

.data

ArangoDocument The document to be updated in the server.

Value

The updated ArangoDocument.

Author

This is a minor modification of Gabriele Galatolo function collection_update from aRangodb package. Tiago Monteiro-Henriques. E-mail: tmh.dev@icloud.com.