inline-r-1.0.2: Seamlessly call R from Haskell and vice versa. No FFI required.
Copyright(C) 2013 Amgen Inc.
Safe HaskellNone
LanguageHaskell2010

Language.R.Debug

Description

Debugging facilities, in particular to analyze the internal structure of a SEXP as structured JSON.

This module is intended to be imported qualified.

Documentation

inspect :: forall s (a :: SEXPTYPE). SEXP s a -> String Source #

Orphan instances