dog_spread_SKS: Collect SKS in One Cell

Description Usage Arguments Value Examples

View source: R/dog_spread_SKS.R

Description

This function takes a data frame in long format

Usage

1
2
dog_spread_SKS(df, Billing_code = Billing_code,
  Accession_number = Accession_number, col_name, ...)

Arguments

df

A data frame in long format.

Billing_code

The variable to spread.

Accession_number

The ID for the Billing code.

col_name

Choose the output column name.

...

Other

Value

A data frame with a new column which we have chosen with col.

Examples

1
dog_spread_SKS(ris_test, col_name = SKS)

davidbaniadam/rispacs documentation built on Nov. 4, 2019, 9:43 a.m.