Skip to content
Snippets Groups Projects
Commit e2f63d64 authored by Gael's avatar Gael
Browse files

tempo

parent 783279de
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -131,6 +131,7 @@ fun1(arg1 = vec4) ...@@ -131,6 +131,7 @@ fun1(arg1 = vec4)
### All the arguments ### All the arguments
# See the examples of fun_info() to test different classes of objects
fun_check( fun_check(
data = vec1, data = vec1,
class = "integer", class = "integer",
...@@ -174,7 +175,7 @@ exp1 <- expression("a") # expression ...@@ -174,7 +175,7 @@ exp1 <- expression("a") # expression
name1 <- substitute(exp1) # object of class "name", mode "name" & type "symbol" name1 <- substitute(exp1) # object of class "name", mode "name" & type "symbol"
fun1 <- mean # function type "closure" fun1 <- mean # function type "closure"
fun2 <- sum # function primitive type "builtin" fun2 <- sum # function primitive type "builtin"
fun3 <- get("+") # function primitive type "special" fun3 <- get("<-") # function primitive type "special"
env1 <- new.env() # environment env1 <- new.env() # environment
s4 <- show # S4 object s4 <- show # S4 object
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment