Skip to content

adwiza/data_analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

title author date output
R Notebook
adwiz
25.10.2020
html_document

Datascience Project

The R plugin for IntelliJ-based IDEs provides handy capabilities to work with the R Markdown files. To add a new R chunk, position the caret at any line or the code chunk, then click "+".

The code chunk appears:

Type any R code in the chunk, for example:

mycars <- within(mtcars, { cyl <- ordered(cyl) })
mycars

Now, click the Run button on the chunk toolbar to execute the chunk code. The result should be placed under the chunk. Click the Knit and Open Document to built and preview an output.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published