by BugZeroCodes | Dec 8, 2021 | Blog
Today I practiced R on Sololearn! This time I went over user-defined functions, made by the user with a given syntax and parameters. I also went over default parameters, which provide a default value for a missing parameter, and the difference between parameters and arguments. Next time I will be going over the return statement and its place in a function!
by BugZeroCodes | Dec 3, 2021 | Blog
Today I practiced R on Sololearn! This time I went over the basics of functions and how to use them. I also went over parameters and the role they play in functions. Next time I will be going over how to make your own functions
by BugZeroCodes | Dec 1, 2021 | Blog
Today I practiced R on Sololearn! I went over the break statement, which allows you to break out of a loop prematurely. I also went over the next statement, which allows you to skip an iteration of the loop. Next time I will be going over functions!
by BugZeroCodes | Nov 25, 2021 | Blog
Yesterday I practiced R on Sololearn! This time I went over loops, which allow you to run the same code multiple times while using less code. I also went over the for loop, which iterates over a given sequence. Next time I will be going over the break and next statements, which work alongside loops!
by BugZeroCodes | Nov 23, 2021 | Blog
Today I practiced R on Sololearn! This time I went over logical operators, which allow you to combine multiple conditions. I also went over the switch statement, which allows you to test an expression against a list of values and make the code shorter. Next time I will be going over loops!
by BugZeroCodes | Nov 17, 2021 | Blog
Today I practiced R on Sololearn! Today I went over basic decision-making with the if statement. I also went over the else and else if statements for when you need to run code if a condition is false. Next time I will be going over using logical operators!
Recent Comments