View source: R/feature-provenance-manifest.R
| print.gazepoint_feature_manifest_validation | R Documentation |
Print feature-manifest validation
## S3 method for class 'gazepoint_feature_manifest_validation'
print(x, ...)
x |
An object returned by
|
... |
Additional arguments, currently unused. |
x, invisibly.
manifest <- create_gazepoint_feature_manifest(
features = "fixation_duration",
scientific_source = "Gazepoint fixation export",
source_table = "fixations",
transformation = "Trial-level mean",
availability_stage = "during_exposure",
prediction_time_available = TRUE,
preprocessing_scope = "none",
fold_local_required = FALSE
)
validation <- validate_gazepoint_feature_manifest(manifest)
print(validation)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.