% Generated by roxygen2: do not edit by hand % Please edit documentation in R/reading_funs.R \name{read_no_interference} \alias{read_no_interference} \title{Read data with no interference} \usage{ read_no_interference(data_path, start_from_period = 2, how_many_periods = 2) } \arguments{ \item{start_from_period}{from which} \item{how_many_periods}{} } \value{ } \description{ Reads data from measurements, without interference. } \examples{ T1 <- read_no_interference("/Users/karolniewiadomski/Documents/SCENT/Simulations/ExperimentsUZ/ErrorModelsDataClean/", 2, 2) head(T1) }