{"id":2254,"date":"2018-03-01T15:45:01","date_gmt":"2018-03-01T10:15:01","guid":{"rendered":"http:\/\/stepbystepschools.net\/?p=2254"},"modified":"2018-03-01T15:45:01","modified_gmt":"2018-03-01T10:15:01","slug":"data-science-training-in-mumbai-using-bar-charts-in-r-programming-using-visual-studio","status":"publish","type":"post","link":"https:\/\/www.stepbystepschools.net\/?p=2254","title":{"rendered":"Data Science Training in Mumbai : &#8211; Using Bar Charts in R Programming using Visual Studio"},"content":{"rendered":"<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/1-1.png\" rel=\"attachment wp-att-2268\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/1-1.png\" alt=\"1\" width=\"542\" height=\"449\" class=\"aligncenter size-full wp-image-2268\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/1-1.png 542w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/1-1-300x249.png 300w\" sizes=\"(max-width: 542px) 100vw, 542px\" \/><\/a><\/p>\n<p>A bar chart is a visual representation data in a form resembling rectangular bars with length of the bars being proportional to the value of the variable.<\/p>\n<p>The function <b><span style=\"background-color: #C0C0C0\">barplot()<\/span><\/b> to create bar charts in R.<\/p>\n<p>Both vertical and horizontal bars can be drawn in the bar chart using R and in bar chart each of the bars can be given different colours.<\/p>\n<p>The common bar graph shows comparisons among discrete categories of values.<\/p>\n<p>In Bar Charts One axis of the chart shows the specific categories being compared while on the other hand the other axis represents a measured value.<\/p>\n<p>An amount portion of general bar graphs which are present bars clustered in groups of more than one hence it shows the values of more than one measured variable.<\/p>\n<p>To create and run our R program in Visual Studio we must first install some tools.<\/p>\n<p>Now open Visual Studio on your pc and then click on Get Tools and features&#8230; inside Tools.<\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/2-1.png\" rel=\"attachment wp-att-2269\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/2-1.png\" alt=\"2\" width=\"602\" height=\"61\" class=\"alignleft size-full wp-image-2269\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/2-1.png 602w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/2-1-300x30.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/a><br \/>\n<\/br><br \/>\n<\/br><\/p>\n<p>Now in the feature installation window check and install the following features<\/p>\n<p>For Visual Studio 2017<\/p>\n<p>Contains Tools for Data Science<\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/3-1.png\" rel=\"attachment wp-att-2270\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/3-1.png\" alt=\"3\" width=\"403\" height=\"86\" class=\"alignleft size-full wp-image-2270\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/3-1.png 403w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/3-1-300x64.png 300w\" sizes=\"(max-width: 403px) 100vw, 403px\" \/><\/a><br \/>\n<\/br><br \/>\n<\/br><\/p>\n<p>After this please install R tools from the following link if the above package is not installed properly from the following link<\/p>\n<p>But it is not necessary<\/p>\n<p><a target=\"_blank\" href=\"https:\/\/docs.microsoft.com\/en-us\/visualstudio\/rtvs\/installing-r-tools-for-visual-studio\">https:\/\/docs.microsoft.com\/en-us\/visualstudio\/rtvs\/installing-r-tools-for-visual-studio<\/a><\/p>\n<p>You can also install R programming tool go to the following link for better support and download the software and install it<\/p>\n<p><b>For Windows Users:<\/b><\/p>\n<p><a target=\"_blank\" href=\"https:\/\/ftp.iitm.ac.in\/cran\/\">https:\/\/ftp.iitm.ac.in\/cran\/<\/a><\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/4-1.png\" rel=\"attachment wp-att-2271\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/4-1.png\" alt=\"4\" width=\"602\" height=\"118\" class=\"alignleft size-full wp-image-2271\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/4-1.png 602w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/4-1-300x59.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/a><br \/>\n<\/br><br \/>\n<\/br><br \/>\n<\/br><\/p>\n<p><b>For Linux Users:<\/b><\/p>\n<p>If you are on Linux platform then you can use this fast and easy command used in Linux which can be used to install R. The yum command is used for installing like this:<\/p>\n<p><span style=\"background-color: #C0C0C0\">$ yum install R<\/span><\/p>\n<p>For Ubuntu Linux or other Debian-related OSs, a more direct method is:<\/p>\n<p><span style=\"background-color: #C0C0C0\">$ apt-get install r-base<\/span><\/p>\n<p>Now let us start creating our R application in visual studio<\/p>\n<p>Go to Files ->Project and add a new R project<\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/5-1.png\" rel=\"attachment wp-att-2272\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/5-1.png\" alt=\"5\" width=\"602\" height=\"368\" class=\"aligncenter size-full wp-image-2272\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/5-1.png 602w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/5-1-300x183.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/a><\/p>\n<p>This is our project structure:<\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/6-1.png\" rel=\"attachment wp-att-2273\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/6-1.png\" alt=\"6\" width=\"319\" height=\"181\" class=\"alignleft size-full wp-image-2273\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/6-1.png 319w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/6-1-300x170.png 300w\" sizes=\"(max-width: 319px) 100vw, 319px\" \/><\/a><br \/>\n<\/br><br \/>\n<\/br><br \/>\n<\/br><br \/>\n<\/br><\/p>\n<p>Now on the top left side is a new R file (script.R) where we can edit source code with all of Visual Studio Ide editing features.<\/p>\n<p>Also on the bottom left of Visual Studio is where you can find an R Interactive window in which you can interactively develop and test code.<\/p>\n<p>We can directly use R Interactive without the need of opening any new project.<\/p>\n<p>Let us now see a simple demonstration<\/p>\n<p># Create the data for the chart.<br \/>\n<span style=\"background-color: #C0C0C0\">H <- c(7,12,28,3,41)<\/span>\n<\/p>\n<p># Plot the bar chart.<br \/>\n<span style=\"background-color: #C0C0C0\">barplot(H)<\/span>\n<\/p>\n<p># Give the chart file a name.<br \/>\n<span style=\"background-color: #C0C0C0\">png(file = &#8220;barchart.png&#8221;)<\/span>\n<\/p>\n<p># Save the file.<br \/>\n<span style=\"background-color: #C0C0C0\">dev.off()<\/span>\n<\/p>\n<p><b>Output: <\/b><\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/7-1.png\" rel=\"attachment wp-att-2274\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/7-1.png\" alt=\"7\" width=\"602\" height=\"515\" class=\"aligncenter size-full wp-image-2274\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/7-1.png 602w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/7-1-300x257.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/a><\/p>\n<p># Create the data for the chart.<br \/>\n<span style=\"background-color: #C0C0C0\">H <- c(7,12,28,3,41)<br \/>\nM <- c(\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\")<\/span>\n<\/p>\n<p># Plot the bar chart.<br \/>\n<span style=\"background-color: #C0C0C0\">barplot(H,names.arg = M,xlab = &#8220;Month&#8221;,ylab = &#8220;Revenue&#8221;,col = &#8220;blue&#8221;,<br \/>\nmain = &#8220;Revenue chart&#8221;,border = &#8220;red&#8221;)<\/span>\n<\/p>\n<p><p># Give the chart file a name.<br \/>\n<span style=\"background-color: #C0C0C0\">png(file = &quot;barchart_months_revenue.png&quot;)<\/span>\n<\/p>\n<p># Save the file.<br \/>\n<span style=\"background-color: #C0C0C0\">dev.off()<\/span>\n<\/p>\n<p><b>Output:<\/b><\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/8-1.png\" rel=\"attachment wp-att-2275\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/8-1.png\" alt=\"8\" width=\"602\" height=\"570\" class=\"aligncenter size-full wp-image-2275\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/8-1.png 602w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/8-1-300x284.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/a><\/p>\n<p># Create the input vectors.<br \/>\n<span style=\"background-color: #C0C0C0\">colors <- c(\"green\",\"orange\",\"brown\")<br \/>\nmonths <- c(\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\")<br \/>\nregions <- c(\"East\",\"West\",\"North\")<\/span>\n<\/p>\n<p># Create the matrix of the values.<br \/>\n<span style=\"background-color: #C0C0C0\">Values <- matrix(c(2,9,3,11,9,4,8,7,3,12,5,2,8,10,11),nrow = 3,ncol = 5,byrow = TRUE)<\/span>\n<\/p>\n<p># Give the chart file a name.<br \/>\n<span style=\"background-color: #C0C0C0\">png(file = &#8220;barchart_stacked.png&#8221;)<\/span>\n<\/p>\n<p># Create the bar chart.<br \/>\n<span style=\"background-color: #C0C0C0\">barplot(Values,main = &#8220;total revenue&#8221;,names.arg = months,xlab = &#8220;month&#8221;,ylab = &#8220;revenue&#8221;,<br \/>\n   <\/span><span style=\"background-color: #C0C0C0\">col = colors) <\/span>\n<\/p>\n<p># Add the legend to the chart.<br \/>\n<span style=\"background-color: #C0C0C0\">legend(&#8220;topleft&#8221;, regions, cex = 1.3, fill = colors)<\/span>\n<\/p>\n<p># Save the file.<br \/>\n<span style=\"background-color: #C0C0C0\">dev.off()<br \/>\n<\/span>\n<\/p>\n<p><b>Output:<\/b><\/p>\n<p><a href=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/9.png\" rel=\"attachment wp-att-2276\"><img loading=\"lazy\" src=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/9.png\" alt=\"9\" width=\"602\" height=\"581\" class=\"aligncenter size-full wp-image-2276\" srcset=\"https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/9.png 602w, https:\/\/www.stepbystepschools.net\/wp-content\/uploads\/2018\/03\/9-300x290.png 300w\" sizes=\"(max-width: 602px) 100vw, 602px\" \/><\/a><\/p>\n<p><a target=\"_blank\" href=\"http:\/\/stepbystepschools.net\/?page_id=1842\">Syllabus of Data Science training in Mumbai<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>A bar chart is a visual representation data in a form resembling rectangular bars with length of the bars being proportional to the value of the variable. The function barplot() to create bar charts in R. Both vertical and horizontal &hellip; <a href=\"https:\/\/www.stepbystepschools.net\/?p=2254\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":40,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true},"categories":[1],"tags":[198,199,214,228,202,213],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v18.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Data Science Training in Mumbai : - Using Bar Charts in R Programming using Visual Studio - Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.stepbystepschools.net\/?p=2254\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Data Science Training in Mumbai : - Using Bar Charts in R Programming using Visual Studio - Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai\" \/>\n<meta property=\"og:description\" content=\"A bar chart is a visual representation data in a form resembling rectangular bars with length of the bars being proportional to the value of the variable. The function barplot() to create bar charts in R. Both vertical and horizontal &hellip; Continue reading &rarr;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.stepbystepschools.net\/?p=2254\" \/>\n<meta property=\"og:site_name\" content=\"Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai\" \/>\n<meta property=\"article:published_time\" content=\"2018-03-01T10:15:01+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/1-1.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"StepByStepSchoolsSupport\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.stepbystepschools.net\/#website\",\"url\":\"https:\/\/www.stepbystepschools.net\/\",\"name\":\"Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai\",\"description\":\"MVC 5\/Core, AngularJS 1.x, 2.0, 4.0, Design Pattern, Architecture, SSIS, SSAS, SSRS, Data Science, Big data, Hadoop classroom training\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.stepbystepschools.net\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stepbystepschools.net\/?p=2254#primaryimage\",\"url\":\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/1-1.png\",\"contentUrl\":\"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/1-1.png\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.stepbystepschools.net\/?p=2254#webpage\",\"url\":\"https:\/\/www.stepbystepschools.net\/?p=2254\",\"name\":\"Data Science Training in Mumbai : - Using Bar Charts in R Programming using Visual Studio - Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai\",\"isPartOf\":{\"@id\":\"https:\/\/www.stepbystepschools.net\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.stepbystepschools.net\/?p=2254#primaryimage\"},\"datePublished\":\"2018-03-01T10:15:01+00:00\",\"dateModified\":\"2018-03-01T10:15:01+00:00\",\"author\":{\"@id\":\"https:\/\/www.stepbystepschools.net\/#\/schema\/person\/7131e4ee1c5673879e6029d14ec2f655\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.stepbystepschools.net\/?p=2254#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.stepbystepschools.net\/?p=2254\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.stepbystepschools.net\/?p=2254#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.stepbystepschools.net\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Data Science Training in Mumbai : &#8211; Using Bar Charts in R Programming using Visual Studio\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.stepbystepschools.net\/#\/schema\/person\/7131e4ee1c5673879e6029d14ec2f655\",\"name\":\"StepByStepSchoolsSupport\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.stepbystepschools.net\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cecaf2a0ee369391127b0159c266979d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cecaf2a0ee369391127b0159c266979d?s=96&d=mm&r=g\",\"caption\":\"StepByStepSchoolsSupport\"},\"url\":\"https:\/\/www.stepbystepschools.net\/?author=40\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Data Science Training in Mumbai : - Using Bar Charts in R Programming using Visual Studio - Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.stepbystepschools.net\/?p=2254","og_locale":"en_US","og_type":"article","og_title":"Data Science Training in Mumbai : - Using Bar Charts in R Programming using Visual Studio - Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai","og_description":"A bar chart is a visual representation data in a form resembling rectangular bars with length of the bars being proportional to the value of the variable. The function barplot() to create bar charts in R. Both vertical and horizontal &hellip; Continue reading &rarr;","og_url":"https:\/\/www.stepbystepschools.net\/?p=2254","og_site_name":"Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai","article_published_time":"2018-03-01T10:15:01+00:00","og_image":[{"url":"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/1-1.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"StepByStepSchoolsSupport","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/www.stepbystepschools.net\/#website","url":"https:\/\/www.stepbystepschools.net\/","name":"Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai","description":"MVC 5\/Core, AngularJS 1.x, 2.0, 4.0, Design Pattern, Architecture, SSIS, SSAS, SSRS, Data Science, Big data, Hadoop classroom training","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.stepbystepschools.net\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stepbystepschools.net\/?p=2254#primaryimage","url":"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/1-1.png","contentUrl":"http:\/\/stepbystepschools.net\/wp-content\/uploads\/2018\/03\/1-1.png"},{"@type":"WebPage","@id":"https:\/\/www.stepbystepschools.net\/?p=2254#webpage","url":"https:\/\/www.stepbystepschools.net\/?p=2254","name":"Data Science Training in Mumbai : - Using Bar Charts in R Programming using Visual Studio - Learn MVC, Angular, Architecture, MSBI, Data Science in Mumbai","isPartOf":{"@id":"https:\/\/www.stepbystepschools.net\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.stepbystepschools.net\/?p=2254#primaryimage"},"datePublished":"2018-03-01T10:15:01+00:00","dateModified":"2018-03-01T10:15:01+00:00","author":{"@id":"https:\/\/www.stepbystepschools.net\/#\/schema\/person\/7131e4ee1c5673879e6029d14ec2f655"},"breadcrumb":{"@id":"https:\/\/www.stepbystepschools.net\/?p=2254#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.stepbystepschools.net\/?p=2254"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.stepbystepschools.net\/?p=2254#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.stepbystepschools.net\/"},{"@type":"ListItem","position":2,"name":"Data Science Training in Mumbai : &#8211; Using Bar Charts in R Programming using Visual Studio"}]},{"@type":"Person","@id":"https:\/\/www.stepbystepschools.net\/#\/schema\/person\/7131e4ee1c5673879e6029d14ec2f655","name":"StepByStepSchoolsSupport","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.stepbystepschools.net\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cecaf2a0ee369391127b0159c266979d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cecaf2a0ee369391127b0159c266979d?s=96&d=mm&r=g","caption":"StepByStepSchoolsSupport"},"url":"https:\/\/www.stepbystepschools.net\/?author=40"}]}},"jetpack_featured_media_url":"","jetpack_publicize_connections":[],"_links":{"self":[{"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=\/wp\/v2\/posts\/2254"}],"collection":[{"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=\/wp\/v2\/users\/40"}],"replies":[{"embeddable":true,"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2254"}],"version-history":[{"count":4,"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=\/wp\/v2\/posts\/2254\/revisions"}],"predecessor-version":[{"id":2280,"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=\/wp\/v2\/posts\/2254\/revisions\/2280"}],"wp:attachment":[{"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2254"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2254"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.stepbystepschools.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2254"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}