Learn R Programming

QuickJSR (version 1.5.1)

cxxflags: cxxflags

Description

Function for returning the C/C++ flags needed for compilation using the package's headers

Usage

cxxflags(to_console = FALSE)

Value

Character string of CXX flags, or print flags to console and invisibly return NULL (for use in package Makevars or similar)

Arguments

to_console

Whether the result should be returned as a string