Assignment JSON/HTML
Assignment #6
Code Approach
This assignment is a simple project, that requires the conversion of the same set of data onto a JSON file-text format and a HTML file text format. For my example I plan to use the infromation below.
Book: The Subtle Art of Not Giving a F—
Author: Mark Manson
Genre : Self-Help
Publish Year: 2016
Page Count: 272
The main goal is to create both files manually using the Notepad application on my computer and typing the information in each groups respective formats. Saving a txt file under with the score .json /.html should change the format of the file. Json can loaded using base R’s read_json(). HTML can be loaded using read_html() after installing the xm12 package. After both are loaded we can see how much the 5 pieces of infomation above carried over with each format.