match_sig | R Documentation |
match_sig() is used to export single value from the download files by your longitude, latitude and date
match_sig(file.path, lon, lat, date, time.span = "monthly")
file.path |
The folder path where the ocean productivity data saved. |
lon |
Your longitude. |
lat |
Your latitude. |
date |
Your date. |
time.span |
The time span of your data. There two time spans: 'monthly' represent monthly data. 'dayly' represent 8 days data. The default is 'monthly'. |
A value
## Not run:
library(nppr)
library(lubridate)
librray(tidyverse)
match_sig(file.path = 'C:\\Users\\xucha\\Desktop\\DATA',
lon = 120, lat = 20, date = '2017-09-01')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.