vs.import: Import of Data from the VideoScan System

Description Usage Arguments Value Author(s) Examples

View source: R/vs.import.R

Description

vs.import() is a function to import a file from the VideoScan system. The read.csv is used internally.

Usage

1

Arguments

file

is the file that contains.

Value

The output of the vs.import() function is a data.frame

Author(s)

Stefan Roediger, Michal Burdukiewicz

Examples

1
2
3
# Import a csv file from the VideoScan systems
file_name <- "Projekt009383-19-09-2018_FranziD_Chip119_CRP_50_nI_Block.csv"
vs.import(system.file(file_name, package = "digilogger"))

michbur/digilogger documentation built on Nov. 4, 2019, 6:51 p.m.