Function psyiage_metric_import_file

Function Documentation

FUTURE_PSYIAGE_API int psyiage_metric_import_file(psyiage_handle handle, psyiage_metric_file_type type, char *path)

Import metrics from a file.

Parse metric data from a file and import into the current session

Note

Not yet implemented

Return

If successful, PSYIAGE_ERROR_SUCCESS. Otherwise, a non-zero error code

Parameters
  • handle: - A handle to the psyiage instance

  • type: - The file type of the metrics file to import

  • path: - Path of metrics file to import