Louren/RZohoCreator: Zoho Creator Connector for R

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.

Getting started

Package details

AuthorLouren van Garderen
MaintainerUw Computerstudent <info@uwcomputerstudent.nl>
LicenseLGPL-3
Version0.1.0
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("Louren/RZohoCreator")
Louren/RZohoCreator documentation built on May 29, 2019, 1:51 a.m.