<div dir="ltr">Hi every body ,<div><br></div><div>I would like to use to create an R client for couchbase. ( let me know if there is already an existing package)</div><div>My idea is to create a new R package based on the c library <a href="https://github.com/couchbase/libcouchbase">libcouchbase</a>. </div>
<div>This is what is already done for other wrappers in python,ruby,..<br></div><div>What is the best method to call the C code from Rcpp? <br></div><div>Can Iuse dyn.load('../../libcouchebase.so.2"), or should I copy all the c code?</div>
<div>If I should copy , what part of code in the original code I need , src folder and the makfile for example?</div><div>Is there any R/Rcpp package doing similar tasks ( a wrapper to a c library) , that I can follow to start ?<br>
</div><div><br></div><div><br></div><div>Thank again for your help.</div><div><br></div><div>A.G</div><div><br></div><div><br></div><div><br></div></div>