Learn R Programming

vascr (version 0.1.4)

vascr_find_level: Check the level of a vascr data frame

Description

Check the level of a vascr data frame

Usage

vascr_find_level(data)

Value

The level of the dataset analysed

Arguments

data

The data frame to analyse

Examples

Run this code
vascr_find_level(growth.df)
vascr_find_level(vascr_summarise(growth.df %>% vascr_subset(unit= "Rb"), level = "experiments"))
vascr_find_level(vascr_summarise(growth.df %>% vascr_subset(unit= "Rb"), level = "summary"))

Run the code above in your browser using DataLab