Skip to contents

Create a Qualchemy_project from a qdpx file

Usage

read_qdpx(file, ..., error_call = current_env())

Arguments

file

path to a .qdpx file

...

These dots are for future extensions and must be empty.

error_call

The execution environment of a currently running function, e.g. caller_env(). The function will be mentioned in error messages as the source of the error. See the call argument of abort() for more information.