convertAnyComment {campsismod}R Documentation

Convert CAMPSIS comment style to C/C++ code. Only the first # is translated to //.

Description

Convert CAMPSIS comment style to C/C++ code. Only the first # is translated to //.

Usage

convertAnyComment(x)

Arguments

x

any record line

Value

same line with comments translated to C/C++


[Package campsismod version 1.1.1 Index]