Skip to content

How to Install the Dataverse library

Miguel Tomas Silva edited this page Oct 15, 2022 · 5 revisions

To add this library to an existing C project one needs to copy the library files on this repository to a folder in the specific project he/she is working on. And include it in the code as follows:

#include "Dataverse.h"

Depending on the type of include one needs / wants to make Library can be included shown above and below

#include <Dataverse.h>

See Stack Overflow's question "The case against path expressions in #include directives" for a more elaborate explanation of the include directive



Official API guide

The Official API Guide can be found here. The Dataverse Software APIs allow users to accomplish many tasks such as…

  • creating datasets
  • uploading files
  • publishing datasets
  • and much, much more

… all without using the Dataverse installation’s web interface. APIs open the door for integrations between the Dataverse Software and other software. For a list, see the Integrations section of the Admin Guide.

Contents:



______________________________________________________________________________________________________________________________

License

2022 Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International

https://creativecommons.org/licenses/by-nc-sa/4.0/




Be supportive of my dedication and work towards technology and buy me a cup of coffee

Buy me a cup of coffee, a slice of pizza, or a book to help me study, eat and think of new functionalities to this library.