This packages provides the zoho_get_view function which can be used to retrieve data from Zoho. If no authtoken is set, the script asks the user for one (and then stores it in the system keyring). The data is transformed to a dataframe for easy further processing. Usage\: zoho_get_view(view,criteria,no_limit = false) view: the name of the view (i.e. the part in the url after http://creator.zoho.com/.../.../#View:) criteria: an optional list with criteria (i.e. list(var1="y",var2="x")) no_limit: default to false, and states that the data should NOT be limited (if true). A limit is applied because otherwise datasets can become huge when testing.
Package details |
|
---|---|
Author | Louren van Garderen |
Maintainer | Uw Computerstudent <info@uwcomputerstudent.nl> |
License | LGPL-3 |
Version | 0.1.0 |
Package repository | View on GitHub |
Installation |
Install the latest version of this package by entering the following in R:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.