ReadDataDump.lee.2: Old school way to import data

Description Usage

View source: R/import.R

Description

First step of this function is to change the working directory setwd("Z:/Lee Leavitt/experimentFolder") Next use ReadDataDump.lee.2("RD.date.age.gender.microscope.protocol", "bf.gfp.cy5") To make this work, you already need to have a 'Data (full).txt', 'ROI Data.txt', 'wr1.docx'

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
ReadDataDump.lee.2(
  rd.name = NULL,
  img1 = NULL,
  img2 = NULL,
  img3 = NULL,
  img4 = NULL,
  img5 = NULL,
  img6 = NULL,
  img7 = NULL,
  img8 = NULL,
  fancy = F,
  fname = "Data (full).txt",
  wrdef = "wr1.docx",
  Wr = NULL,
  c.dat = "ROI Data.txt",
  sep = "\t"
)

leeleavitt/procPharm documentation built on Feb. 3, 2021, 11:43 a.m.