| fnc_app | R Documentation | 
Work in progress-version of a function that makes the application extremely easy for final users.
fnc_app(
  df.ids,
  how_many_points_at_once = 1000,
  start_date,
  end_date,
  treespecies,
  wanted_daily = NA,
  wanted_layer = NA,
  db_name,
  meta = NA,
  ...
)
df.ids | 
 a data frame containing the name of the ids   | 
how_many_points_at_once | 
 depending on the user's RAM, the function runs 1000 points at once by default (proved useful on a 8GB RAM machine). Can be changed manually if more RAM is available.  | 
start_date | 
 start date as   | 
end_date | 
 end date as   | 
treespecies | 
 name of the tree species to be modelled with. Either a single species name that is then used for all points in   | 
db_name | 
 name and file path of the SQL-database  | 
meta | 
 
  | 
... | 
 all additional information that can be set in   | 
layercols | 
 a sting containing the desired output products. Full list of possible output columns can be find on the help page of   | 
dailycols | 
 same as layercols but for daily output. For possible options see   | 
An SQLite Database with the tables soil, and daily and/or layer outputs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.