Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/keenwrite.git

Replace tabs with spaces

AuthorDaveJarvis <email>
Date2020-05-17 01:13:38 GMT-0700
Commit4a45090a8e041d14463716503f8c38c782df6d6a
Parent135ed17
Delta8 lines added, 8 lines removed
USAGE-R.md
1. Append the following:
``` r
- x <- function( s ) {
- tryCatch( {
- r = eval( parse( text = s ) )
+ x <- function( s ) {
+ tryCatch( {
+ r = eval( parse( text = s ) )
- ifelse( is.atomic( r ), r, s );
- },
- warning = function( w ) { s },
- error = function( e ) { s } )
- }
+ ifelse( is.atomic( r ), r, s );
+ },
+ warning = function( w ) { s },
+ error = function( e ) { s } )
+ }
```
1. Click **OK**.