asapi_table_stats: The Table GET Function

Description Usage Arguments

View source: R/api_connector.R

Description

This function allows you to GET Client Farms information with the API

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
asapi_table_stats(
  client,
  farm,
  datasetid,
  tableid,
  month,
  email,
  api_key,
  url = "https://api.agrospace.cl",
  dash_param = FALSE
)

Arguments

client

Client name

farm

Farm name to query

datasetid

dataset prod or dev

tableid

The mean values for the field (levelzero) or for each paddock (levelone)

month

Boolean vaule TRUE or FALSE to retrieve monthly stats (TRUE)

email

email of user

api_key

Api Key obtain from /auth

url

URL for dev purpose

dash_param

AgroSpace internal use parameter. Default value FALSE


agrospace/ASAPI documentation built on Nov. 26, 2021, 3:36 a.m.