match_df | R Documentation |
match_df() is used to export multiple ocean productivity values from the download files by your longitude, latitude and date
match_df(data, file.path, lon = NULL, lat = NULL)
data |
Your data, it should be a data frame or a tribble. |
file.path |
The folder path where the ocean productivity data saved. |
lon |
lon of match_sig |
lat |
lat of match_sig |
A data frame
The different between match_sig and match_df is that the input of match_sig is a value and the input of match_df is a data frame.
## Not run:
library(nppr)
librray(tidyverse)
library(lubridate)
# Your data must contain both 'date' variables
match_df(mydata, file.path = 'C:\\Users\\xucha\\Desktop\\DATA')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.