Skip to content

introduction self-made function for R that I Google from internet.

Notifications You must be signed in to change notification settings

yusuke-kawaian/R_sedf-made_function_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

R_sedf-made_function_list

introduction self-made function for R that I Google from internet.

Description

input function: read_str(), read_num()

In R, strings can input by readline() function. But, numbers required change type by as.numeric() function.
These function is easy to use because these are like the function of Python and Fortran90.

binding string function: &

The function can bind strings like + on Python and // on Fortran90.

About

introduction self-made function for R that I Google from internet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages