Description Usage Arguments Value Examples
Convenience function for creating an Avro input schema from a data frame
1  | 
df | 
 a   | 
exclude | 
 set of field names to exclude  | 
name | 
 required name of the record (if not specified, gen_unique_rec_name() will be invoked)  | 
namespace | 
 optional namespace of the record  | 
a list of lists representing an Avro record type
1  | avro_from_df(data.frame(x = c(1, 3, 5)))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.