#
#
#
collections <-
function(kindle_dir,
file_name='collections',
lang='en-US')
{
NJ <- collections.string(kindle_dir=kindle_dir, lang=lang)
new_name <- paste(kindle_dir, '/system/', file_name, '.json', sep='')
writeLines(text=NJ, con=new_name, sep='')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.