add_ids_sdr: Adds SDR ID to SDR data

Description Usage Arguments Value Examples

View source: R/add_ids_sdr.R

Description

add_ids_sdr takes the nested dataframe of raw SDR data and adds to this the IDs associated with each cell

Usage

1
add_ids_sdr(sdr_df, id_df)

Arguments

sdr_df

A tibble of metab data in nested format.

id_df

A tibble of ids with location_ID as unique.

Value

A tibble with Date, Run, SDR, Cell Details and Animal IDs. Blanks are now indicated by BLANK.

Examples

1
test_data_merged <- add_ids_sdr(sdr_df = sdr_data_1, id_df = sdr_id_1)

daflealab/genlabfunc documentation built on May 27, 2019, 7:25 a.m.