View source: R/read_write_sframe.R
| read_sframe | R Documentation |
Reads a .sframe JSON file and reconstructs an sframe instrument object.
The SHA-256 integrity hash is verified on load unless validate = FALSE.
read_sframe(path, validate = TRUE)
path |
Character. The path to a |
validate |
Logical. Whether to validate the loaded instrument with
|
An sframe object.
write_sframe(), validate_sframe()
instr <- read_sframe(
system.file("extdata", "tourism_services_demo.sframe",
package = "surveyframe")
)
print(instr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.