View source: R/utility_functions.R
get_header_viewr | R Documentation |
A function to quickly return the information stored in the header of the
original data file imported via pathviewr
's read_
functions.
get_header_viewr(obj_name, ...)
obj_name |
The input viewr object; a tibble or data.frame with attribute
|
... |
Additional arguments that may be passed to other |
The value of the header
attribute, or NULL if no exact match
is found and no or more than one partial match is found.
Vikram B. Baliga
library(pathviewr) ## Import the Motive example data included in the package motive_data <- read_motive_csv(system.file("extdata", "pathviewr_motive_example_data.csv", package = 'pathviewr')) ## Now display the Header information get_header_viewr(motive_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.