update_blooddata: Update an old blooddata object to the new structure

View source: R/kinfitr_blooddata.R

update_blooddataR Documentation

Update an old blooddata object to the new structure

Description

This is a convenience function for updating old blooddata to a new structure. This is not the ideal way of doing this: better would be to re-create a blooddata object from the data saved according to the new BIDS specification. This way is faster, but keeps only the vital information.

Usage

update_blooddata(blooddata)

Arguments

blooddata

An old blooddata object in the old structure based on the old PET BIDS specification

Value

A blooddata object in the new structure based on the newer PET BIDS specification

Author(s)

Granville J Matheson, mathesong@gmail.com

Examples

## Not run: 
update_blooddata(blooddata)

## End(Not run)

mathesong/kinfitr documentation built on Jan. 15, 2024, 11:07 p.m.