R/anametrix.R

#' Anametrix: A Bidirectional connector to Anametrix API.
#'
#' The Anametrix package provides three categories of important functions:
#' Authentication functions, Download/upload functions and Metadata functions.
#' 
#' @section Authentication functions:
#' The Authentication functions functions let you access the UI using your username and password. 
#' You will need proper authentication to use all the other functions in the package.
#'
#' @section Download/upload functions:
#'The Download/upload functions let you download data from the platform into an R object, or from R into an existing table in the platform.
#'
#' @section Metadata functions:
#'The Metadata functions give you information on the structure of your data at different levels (account, datasuite, table, etc.)
#'
#' @docType package
#' @name anametrix

NULL

Try the anametrix package in your browser

Any scripts or data that you put into this service are public.

anametrix documentation built on Jan. 15, 2017, 3:13 p.m.