Formats
formats.RmdFormats
- Data are uploaded as CSV.
- At the server, these data is converted to and handled as R structures (dataframes).
- Validation* happens in the client’s browser, based on the ajv library. To this purpose, data and validation results are shipped in JSON format between server and browser
- checking compliance of the data with a given schema