Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Use R markdown in github README

Create a new repo on github

Using R studio
	File > New Project > Version Control > Git
    Paste the repo url from github
    
    Create a new file
    	File > New > Markdown
        Change 'output=html_document' to 'output=github_document'
        Knit the document
        	
    Using the git window, commit .md (and not the .rmd) file
    
NOTE:
For rmd scripts with graphs, knitting will produce <filename>.md and <filename>.docs

Include both files in the repo and the .md will pull the graphs from .docs file when rendering
Comment

PREVIOUS NEXT
Code Example
Shell :: magento install with composer 
Shell :: bash function parameter 
Shell :: ssh command 
Shell :: git delete branches not on remote 
Shell :: cs50 
Shell :: how to cd into a directory with jenkins pipeline 
Shell :: linux command find executable 
Shell :: how to register nuget repository powershell 
Shell :: ubuntu command line change line in file 
Shell :: remote: ! You are trying to install ruby-2.7.0 on heroku-20. 
Shell :: fetch from remote branch 
Shell :: how to open ubuntu file in visual studio 
Shell :: bash get text inside quotes 
Shell :: parrot os postman download 
Shell :: Redirect output from within the shell script 
Shell :: free ssl certificate for nginx 
Shell :: git merge without delete files 
Shell :: zsh for 
Shell :: gatsby-plugin-typography 
Shell :: redux 
Shell :: Docker: Copying files from Docker container to host 
Shell :: powershell which command 
Shell :: mac terminal wifi commands 
Shell :: command running processes linux 
Shell :: create linux user with non interactive shell 
Shell :: ssh login without passowrd 
Shell :: jest for react 
Shell :: kubernetes config context change environment/cluster 
Shell :: github swaggo 
Shell :: toasty android github 
ADD CONTENT
Topic
Content
Source link
Name
7+9 =