check.accn: Makes a list of accension numbers that are the same

View source: R/check.accn.R

check.accnR Documentation

Makes a list of accension numbers that are the same

Description

This function cross references the accenssion numbers in two data frames to determine which accenssion numbers are in both data frames. It requires that both data frames have a column titled "Accension", with the Acension numbers that you want to cross reference.

Usage

check.accn(data1, data2)

Arguments

data1

The first data frame you want to cross reference

data2

The second data frame you want to cross reference

Value

A data frame containing rows in data1 that contain accension numbers that are also in data2


JPSieg/R2easyR documentation built on March 2, 2024, 8:42 a.m.