inputSPSS: Read an SPSS-format network file into a 'wide-format'...

View source: R/miscFuncs.R

inputSPSSR Documentation

Read an SPSS-format network file into a 'wide-format' data.table

Description

This is usually the first function run when creating a network analysis.

Usage

inputSPSS(pInput = "")

Arguments

pInput

A character string giving the full path to the SPSS file to be read in. If blank, the user is asked to select an input file from the file system.

Value

A tibble in 'wide' format (). Wide Format' means that each chooser has only 1 row per wave, and the relationship choices directed to other house members are all contained in that one row. The data.table is basically an image of the SPSS file (.sav) that it reads.


johninpdx/JMLUtils documentation built on Dec. 29, 2024, 1:27 p.m.