find_vars_in_files: Find variable names in SPSS or CSV-files

Description Usage Arguments Value

View source: R/find_vars_in_files.R

Description

use a search string to find variables names in sav or csv files within a specified directory

Usage

1
2
find_vars_in_files(path = "", subf = F, file_type = "sav",
  searchstring = "", HTML_out = F)

Arguments

path

the absolute path to the file folder

subf

should subfolders also be searched

file_type

what file type to look in (sav or csv)

searchstring

the searchstring

HTML_out

should a HTML-report be produced

Value

HTML-file


thebackman/filetools documentation built on May 20, 2019, 10:23 p.m.