match_df: match_df

View source: R/match_df.R

match_dfR Documentation

match_df

Description

match_df() is used to export multiple ocean productivity values from the download files by your longitude, latitude and date

Usage

match_df(data, file.path, lon = NULL, lat = NULL)

Arguments

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

Value

A data frame

Note

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.

Examples

## 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)

chaoxv/nppr documentation built on Jan. 29, 2024, 1:37 p.m.