gd_to_unix: gadget.variant.dir to unix line endings

View source: R/callGadget.R

gd_to_unixR Documentation

gadget.variant.dir to unix line endings

Description

This function converts all files in the gadget variant directory from windows line endings to unix

Usage

gd_to_unix(gd)

Arguments

gd

gadget.variant.dir

Value

nothing

Examples

## Not run: 
gd <- gadget.variant.dir('test')
test <- 
   gadgetfile('test',components = list(test = list(a=1)))
write.gadget.file(test, gd)

gd_to_unix(gd)

## End(Not run)

Hafro/rgadget documentation built on July 21, 2022, 8:38 a.m.