Skip to content

Project that uses C#, SQL, and R.Net to produce a simple graph

Notifications You must be signed in to change notification settings

StaneCobalt/Graph-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GraphGenerator

by Stephen Sladek

This program provides an example of how you can use R.Net to create a graph from SQL data in C# using Windows Forms.

In a nutshell, it takes in info from a database (a very simple one for this example), loads that data into R, generates a chart, then saves that chart as a png file.

Dependencies include:

  • R
  • RStudio for Windows
  • RDotNet Community
  • dplyr
  • ggplot2
  • ggthemes

Sample Graph

About

Project that uses C#, SQL, and R.Net to produce a simple graph

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages