From 0a5045f9adadbb091ef1338eb97e716b78d3623d Mon Sep 17 00:00:00 2001
From: Actions Robot From Github Actions This is the simplest type of inheritance, and you should note that
-the Working example#> Connection to:
#> → adam
#> • connector_fs
-#> • /tmp/Rtmptg6cNO/adam
+#> • /tmp/RtmpWsRGfM/adam
#> ────────────────────────────────────────────────────────────────────────────────
#> Connection to:
#> → tfl
#> • connector_fs
-#> • /tmp/Rtmptg6cNO/tfl
+#> • /tmp/RtmpWsRGfM/tfl
## Iris data
setosa <- iris |>
diff --git a/dev/53/articles/customize.html b/dev/53/articles/customize.html
index b0c5bee..e55a33b 100644
--- a/dev/53/articles/customize.html
+++ b/dev/53/articles/customize.html
@@ -95,9 +95,12 @@
Creating a new connector#> <connector_myclass>
#> Inherits from: <connector>
connector
parent class has no methods for e.g. reading
-(read_cnt()
) or writing (write_cnt()
)
-data.connector
parent class has no methods capable of
+e.g. reading (read_cnt()
) or writing
+(write_cnt()
) data. It only has default methods that throws
+meaningful errors if you have not defined the method
+(e.g. write_cnt.my_class()
) for your new connector
+class.
In most cases you want to inherit from either
connector_fs()
or connector_dbi()
depending on
if your new connector is used to access files or databases
@@ -192,7 +195,7 @@