dummy_parent_func.RdA dummy parent function to test namespace injection
dummy_parent_func(x)A character string with parent output
# Call the parent function which internally calls dummy_child_func
result <- dummy_parent_func("sample")
print(result)
#> [1] "Parent output -> HOTFIXED! Input: sample"